[Bug binutils/4430] We aren't consistent on displacement in x86 disassembler

2007-04-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-04-27 05:24 --- Fixed by http://sourceware.org/ml/binutils/2007-04/msg00353.html -- What|Removed |Added St

[Bug binutils/4430] We aren't consistent on displacement in x86 disassembler

2007-04-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-04-26 15:50 --- I guess that the intend was for 8bit displacement, we use decimal and for 16/32bit displacement, we use hex. But we didn't do it correctly: bash-3.1$ cat y.s mov 12(%rip), %eax mov 12(%r12), %eax bash-