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.

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

Reply via email to