[...@gnu-6 lrb]$ cat b.s
.intel_syntax noprefix
mov eax, 0xEE000F0
mov eax, dword ptr 0xEE000F0
mov eax, [0xEE000F0]
mov eax, dword ptr [0xEE000F0]
mov eax, ds:0xEE000F0
mov eax, dword ptr ds:0xEE000F0
[...@gnu-6 lrb]$ gcc -c b.s
[...@gnu-6 lr
[...@gnu-6 lrb]$ cat s.s
mov 0xFEE000F0,%eax
mov 0xFEE000F0,%ebx
[...@gnu-6 lrb]$ gcc -c s.s
[...@gnu-6 lrb]$ objdump -dw s.o
s.o: file format elf64-x86-64
Disassembly of section .text:
<.text>:
0: 8b 04 25 f0 00 e0 femov0xfee000f0,%eax
--- Additional Comments From davek at gcc dot gnu dot org 2009-09-12 15:11
---
FTR, this caused bug 10634.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6945
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.
--- Additional Comments From davek at gcc dot gnu dot org 2009-09-12 14:28
---
Seems to be caused by the fix for bug 6945.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10634
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watchin