------- Additional Comments From hjl dot tools at gmail dot com  2010-04-27 
16:36 -------
When assembler sees

mov ax, AN_EQU

AN_EQU is undefined and treats it as a symbol. Later AN_EQU is
resolved to 5. For

    mov $AN_EQU, %ax

assembler knows the operand is an immediate due to `$'. There
is not much assembler can do here.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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

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