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

[EMAIL PROTECTED] intel]$ cat bar.s
        .intel_syntax noprefix
        mov %rax, rax
[EMAIL PROTECTED] intel]$ gcc -c bar.s
[EMAIL PROTECTED] 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to