https://sourceware.org/bugzilla/show_bug.cgi?id=17590

Alan Modra <amodra at gmail dot com> changed:

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

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
What you're missing is that the linking process makes multiple passes over the
linker script, and --defsym is effectively a tiny addition to the linker
script.

On the first pass you will get _three = _one and _one = _two.  The next pass
sets _threee to the new value of _one, ie _two.

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