bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/12719] strange behavior with immediate symbols when using inlin


From: hjl.tools at gmail dot com
Subject: [Bug gas/12719] strange behavior with immediate symbols when using inline assembly
Date: Sun, 1 May 2011 13:45:19 +0000

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-01 13:45:15 
UTC ---
Inline asm constraints are for instructions.

asm(".global foo.b;"
    "foo.b = %0\n"
    :: "i" (offsetof(foo, b)));

isn't an instruction.  In any case, it isn't an assembler issue.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]