------- Additional Comments From hjl at lucon dot org  2007-02-07 17:19 -------
I saw
[EMAIL PROTECTED] invalid]$ cat foo.s
        .intel_syntax noprefix
        mov rax,oword ptr rbx
[EMAIL PROTECTED] invalid]$ gcc -c foo.s
[EMAIL PROTECTED] 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.


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

Reply via email to