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