bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/13684] Labels generated by .macro are assembled with 0x00000000


From: amodra at gmail dot com
Subject: [Bug gas/13684] Labels generated by .macro are assembled with 0x00000000 as its value in the body of the assembly.
Date: Sun, 12 Feb 2012 10:44:06 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |amodra at gmail dot com
         Resolution|                            |INVALID

--- Comment #1 from Alan Modra <amodra at gmail dot com> 2012-02-12 10:44:06 
UTC ---
Not a bug.  Please take a look at the object file output with objdump -dr.
You'll see at the end
 260:    00000200     .word    0x00000200
            260: R_ARM_ABS32    .text
    ...
            264: R_ARM_ABS32    _word2
            268: R_ARM_ABS32    _word1
            26c: R_ARM_ABS32    _word3_long

These relocations will be processed by the linker to insert the final value of
_word2, _word1 etc.

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