https://sourceware.org/bugzilla/show_bug.cgi?id=20838
--- Comment #3 from James Michael DuPont <jamesmikedupont at googlemail dot 
com> ---
Here is another problem I can reproduce :

1. asm input:

test5:
     epz;
     add %al,(%rax);

Assembling produces this :
   1                    test5:
   2 0000 F3                repz;
   3 0001 0000              add %al,(%rax);

Objdump is missing an newline:
0000000000000000 <test5>:
   0:   f3 00 00                repz add %al,(%rax)

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