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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
On Linux/x86-64, the current binutils gives me:

[hjl@gnu-6 pr19005]$ cat x.S
        .text
        .byte 1,2,3
[hjl@gnu-6 pr19005]$ make
gcc -B./  -c -o x.o x.S
./objcopy -O binary -j .text --pad-to=6 --reverse-bytes=6 x.o y.o
[hjl@gnu-6 pr19005]$ 

Shouldn't it fail without your fix?

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