]> git.ipfire.org Git - thirdparty/glibc.git/commit
sunrpc: Remove hidden aliases for global data symbols (bug 26210)
authorFlorian Weimer <fweimer@redhat.com>
Wed, 8 Jul 2020 05:58:51 +0000 (07:58 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 8 Jul 2020 06:39:39 +0000 (08:39 +0200)
commit78e02c469828fcfb6a5cf73dbcceb4f60fb6fafd
tree53004e59ca0dc4f64ec8e1aaa35ddb746ec05aae
parent01ac385ca819599f7f1815115ffe926b5e1460ef
sunrpc: Remove hidden aliases for global data symbols (bug 26210)

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 89aacb513eb77549a29df2638913a0f8178cf3f5 ("sunrpc:
Remove stray exports without --enable-obsolete-rpc [BZ #23166]").

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
include/rpc/clnt.h
include/rpc/svc.h
sunrpc/rpc_common.c