bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/659] New: i386 assemblers treats "(%ebx, %ecx, 0)" as "(%ebx, %


From: hjl at lucon dot org
Subject: [Bug gas/659] New: i386 assemblers treats "(%ebx, %ecx, 0)" as "(%ebx, %ecx, 1)"
Date: 13 Jan 2005 23:12:18 -0000

address@hidden i386]$ cat b.s
        mov     (%ebx,%ecx,0),%eax
address@hidden i386]$ gcc -c b.s
address@hidden i386]$ objdump -d b.o

b.o:     file format elf32-i386

Disassembly of section .text:

00000000 <.text>:
   0:   8b 04 0b                mov    (%ebx,%ecx,1),%eax

-- 
           Summary: i386 assemblers treats "(%ebx,%ecx,0)" as
                    "(%ebx,%ecx,1)"
           Product: binutils
           Version: unspecified
            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://sources.redhat.com/bugzilla/show_bug.cgi?id=659

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]