bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/18703] Symbol version and Version script incompatibility with


From: ccoutant at gmail dot com
Subject: [Bug gold/18703] Symbol version and Version script incompatibility with BFD ld
Date: Wed, 22 Jul 2015 23:39:49 +0000

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

--- Comment #18 from Cary Coutant <ccoutant at gmail dot com> ---
Another change you can make is to remove "foo" from the version script
entirely. If foo.map is just this:

VERS_1.1 {
};

then both linkers will put "address@hidden" into the dynamic symbol
table (no default version).

If you're going to use .symver to set the version, there's really no
point in also using a version script to do the same thing. It just
sets up a conflicting situation where different linkers might give
different behaviors.

-cary

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