[Bug gas/4027] New: objdump and as disgree on "test %eax,%ebx"

2007-02-11 Thread hjl at lucon dot org
[EMAIL PROTECTED] swap-operands]$ cat foo.s test %eax,%ebx [EMAIL PROTECTED] swap-operands]$ gcc -c foo.s [EMAIL PROTECTED] swap-operands]$ objdump -d foo.o foo.o: file format elf64-x86-64 Disassembly of section .text: <.text>: 0: 85 d8 test %ebx,%ea

[Bug gas/4027] objdump and as disgree on "test %eax,%ebx"

2007-02-11 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-12 04:52 --- Fixed by http://sourceware.org/ml/binutils/2007-02/msg00194.html -- What|Removed |Added St