https://sourceware.org/bugzilla/show_bug.cgi?id=17412
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to figozhu from comment #0) > Created attachment 7794 [details] > target exe(win32) > > In IDA/other DisAsm tools, following opocode can process correctly > ::00438FE5:: C705 AC044A00 3CEA4200 MOV DWORD PTR [4A04AC],42EA3C > > but objdump parse it to 2 asm line: > 438fe5: c7 05 ac 04 4a 00 3c movl $0x42ea3c,0x4a04ac > 438fec: ea 42 00 This is AT&T syntax. With -Mintel, I got c7 05 ac 04 4a 00 3c ea 42 00 mov DWORD PTR ds:0x4a04ac,0x42ea3c -- 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