[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/17590] Order of multiple defsym commands irrelevant
From: |
climberking2000 at gmail dot com |
Subject: |
[Bug ld/17590] Order of multiple defsym commands irrelevant |
Date: |
Wed, 12 Nov 2014 22:48:06 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17590
--- Comment #1 from David P <climberking2000 at gmail dot com> ---
A workaround/hack I discovered, which I'd recommend if this doesn't get worked
on:
gcc+ld seems pretty deterministic. Compile, run an nm command on the
executable, pull out the addresses of symbols, compile again with a bunch of
defsym commands and everything is fine. The problem only comes up when you use
names (-Wl,delysm=one=two rather than -Wl,-delsym=one=13456234).
I don't consider this resolved (unsurprising since I submitted it an hour ago),
but there is a hacky workaround, which is more of a solution than I get with
many systems problems :)
--
You are receiving this mail because:
You are on the CC list for the bug.