[EMAIL PROTECTED] tmp]$ cat x.s
lds    (%eax),%edx
[EMAIL PROTECTED] tmp]$ gcc -c -m32 x.s
[EMAIL PROTECTED] tmp]$ objdump -d -Mx86-64 x.o

x.o:     file format elf32-i386

Disassembly of section .text:

00000000 <.text>:
   0:   c5 10                   lds    (%rax),%edx
[EMAIL PROTECTED] tmp]$ cat y.s
lds    (%rax),%edx
[EMAIL PROTECTED] tmp]$ gcc -c y.s
y.s: Assembler messages:
y.s:1: Error: `lds' is not supported in 64-bit mode
[EMAIL PROTECTED] tmp]$

-- 
           Summary: The x86 disassembler failed to dectect invalid 64bit
                    opcode
           Product: binutils
           Version: 2.19 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl at lucon dot org
                CC: bug-binutils at gnu dot org


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

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