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

--- Comment #4 from Alan Modra <amodra at gmail dot com> ---
git commit 884151a7 adds a testcase for this gold failure to the bfd ld
testsuite.

Expected x86_64 output is
Contents of section .text:
 1000 20100000 10100000 18100000            ...........    
Contents of section .rodata:
 1010 64656667 00000000 30313233 34353637  defg....01234567
 1020 61626364 65666700                    abcdefg.        
[snip]

gold output with -O2 is
Contents of section .text:
 1000 18100000 1b100000 10100000           ............    
Contents of section .rodata:
 1010 30313233 34353637 61626364 65666700  01234567abcdefg.
[snip]

-- 
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