bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/20838] Strange disassembly for 4d in x86-64 mode


From: jamesmikedupont at googlemail dot com
Subject: [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode
Date: Sat, 19 Nov 2016 12:36:00 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]