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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to