bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/16693] "exclude-libs" drops symbols that are exported through


From: ccoutant at google dot com
Subject: [Bug gold/16693] "exclude-libs" drops symbols that are exported through "dynamic-list" or "export-dynamic-symbol"
Date: Wed, 12 Mar 2014 21:35:32 +0000

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

--- Comment #13 from Cary Coutant <ccoutant at google dot com> ---
> When building shared library, --dynamic-list doesn't change the
> dynamic symbol table, i.e.,
>
> ld -shared --dynamic-list ...
>
> and
>
> ld -shared ...
>
> generate the same dynamic symbol table. From this point of view,
>
> ld -shared --exclude-libs=ALL --dynamic-list ...
>
> and
>
> ld -shared --exclude-libs=ALL ...
>
> generate the same dynamic symbol table isn't a bug.

OK. Version scripts are a much better way to control what goes into
the dynamic symbol table, so I don't think there's any value in
changing the behavior the way I was suggesting.

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