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.

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

Reply via email to