I look at the line in disassembled code:
c7 2b 00 00 00 00 movl $0x0,(%ebx)
This should be an invalid instruction.
Intel manual (253666.pdf/253667.pdf) only defines c7/0 for the first instruction
byte c7 and the above instruction would be c7/5.
I used objdump that is currently in FreeBSD-7.1-STABLE. So the version is a bit
older.
--
Summary: objdump disassembles invalid i386 instruction as valid
Product: binutils
Version: 2.15
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: yuri at tsoft dot com
CC: bug-binutils at gnu dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=9961
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils