[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.
- [Bug binutils/20838] New: Strange disassembly for 4d in x86-64 mode, jamesmikedupont at googlemail dot com, 2016/11/18
- [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode, nickc at redhat dot com, 2016/11/18
- [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode, jamesmikedupont at googlemail dot com, 2016/11/18
- [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode,
jamesmikedupont at googlemail dot com <=
- [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode, jamesmikedupont at googlemail dot com, 2016/11/19
- [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode, jamesmikedupont at googlemail dot com, 2016/11/19
- [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode, jamesmikedupont at googlemail dot com, 2016/11/19
- [Bug binutils/20838] Strange disassembly for 4d in x86-64 mode, hjl.tools at gmail dot com, 2016/11/23