------- Additional Comments From hjl dot tools at gmail dot com 2010-06-21 04:31 ------- WORD is treated as 2 and DWORD is treated as 4:
mov eax, [dword+eax] mov eax, dword[eax] is assembled into 0: 8b 40 04 mov 0x4(%eax),%eax 3: 8b 40 04 mov 0x4(%eax),%eax It is done on purpose. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeulich at novell dot com http://sourceware.org/bugzilla/show_bug.cgi?id=11731 ------- 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 bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils