[EMAIL PROTECTED] intel]$ cat foo.s
.intel_syntax noprefix
mov rax,qword ptr rax
[EMAIL PROTECTED] intel]$ gcc -c foo.s
[EMAIL PROTECTED] intel]$ objdump -d foo.o
foo.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: 48 89 c0 mov %rax,%rax
Is "qword ptr" valid here?
--
Summary: Assembler accepts extra qualifer in Intel syntax
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,jbeulich at novell dot com
GCC target triplet: x86_64-unknown-linux-gnu
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.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils