[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:

0000000000000000 <.text>:
   0:   85 d8                   test   %ebx,%eax

-- 
           Summary: objdump and as disgree on "test   %eax,%ebx"
           Product: binutils
           Version: 2.18 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl at lucon dot org
                CC: bug-binutils at gnu dot org
GCC target triplet: i686-pc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=4027

------- 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

Reply via email to