bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/27101] New: as: Reject (byte) .align 0x100000000


From: i at maskray dot me
Subject: [Bug gas/27101] New: as: Reject (byte) .align 0x100000000
Date: Sun, 20 Dec 2020 22:20:33 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27101

            Bug ID: 27101
           Summary: as: Reject (byte) .align 0x100000000
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: i at maskray dot me
  Target Milestone: ---

On targets .align means the byte alignment,

.align 0x1000000000
.balign 0x1000000000
nop

GNU as assembles the code but uses alignment misleading 1. While ELF64_Shdr
uses 64-bit sh_addralign, it is fair to reject such a large alignment for the
assembler.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]