bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/3993] Assembler accepts extra qualifer in Intel syntax


From: hjl at lucon dot org
Subject: [Bug gas/3993] Assembler accepts extra qualifer in Intel syntax
Date: 7 Feb 2007 17:19:21 -0000

------- Additional Comments From hjl at lucon dot org  2007-02-07 17:19 -------
I saw

address@hidden invalid]$ cat foo.s
        .intel_syntax noprefix
        mov rax,oword ptr rbx
address@hidden invalid]$ gcc -c foo.s
address@hidden invalid]$ objdump -d foo.o

foo.o:     file format elf64-x86-64

Disassembly of section .text:

0000000000000000 <.text>:
   0:   48 89 d8                mov    %rbx,%rax

Is this expected?

-- 


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

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