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 14:24:33 -0000

------- Additional Comments From hjl at lucon dot org  2007-02-07 14:24 -------
Also this one:

address@hidden intel]$ cat bar.s
        .intel_syntax noprefix
        mov %rax, rax
address@hidden intel]$ gcc -c bar.s
address@hidden intel]$ objdump -d bar.o

bar.o:     file format elf64-x86-64

Disassembly of section .text:

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

Should assembler accept "%rax" when there is ".intel_syntax noprefix"?

-- 


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]