mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
It is generally not possible to add hidden aliases for global data
symbols: If the main executable contains a copy relocation against
the symbol, the hidden aliases keep pointing to the glibc-internal
copy of the symbol, instead of the symbol actually used by the
application.
Fixes commit 89aacb513e ("sunrpc:
Remove stray exports without --enable-obsolete-rpc [BZ #23166]").
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
nsz/pacbti-v7
3 changed files with 8 additions and 9 deletions
Loading…
Reference in new issue