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 "foo@VERS_1.1" 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.

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

Reply via email to