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

            Bug ID: 22819
           Summary: powerpc gas "instruction address is not a multiple of
                    4"
           Product: binutils
           Version: 2.31 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: amodra at gmail dot com
  Target Milestone: ---

powerpc gas wrongly errors on the following

 .text
 .byte 1

 .rept 65536
 .long 0
 .endr

 .byte 2,3,4

 .rept 65536
 nop
 .endr

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to