------- Additional Comments From hjl dot tools at gmail dot com  2009-09-14 
21:49 -------
This is a regression.  The older assembler does:

[...@gnu-33 memory-6]$ cat y.s
        .text
        .intel_syntax noprefix
         mov ebx, [0xEE000F0]
         mov dword ptr [0xEE000F0], ebx
[...@gnu-33 memory-6]$ /usr/bin/as -o y.o y.s --32
y.s: Assembler messages:
y.s:3: Warning: Treating `[0xEE000F0]' as memory reference
y.s:4: Warning: Treating `dword ptr [0xEE000F0]' as memory reference
[...@gnu-33 memory-6]$ /usr/bin/as --version
GNU assembler version 2.18.50.0.9-8.fc10 20080822


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10637

------- 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