From: Samuel Thibault Date: Fri, 15 Jun 2018 23:49:29 +0000 (+0200) Subject: hurd: Avoid missing PLT ref from ld.so requirement X-Git-Tag: glibc-2.28~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=932d05f0dc89b905570bf8bd69bfe7fda2821ccf;p=thirdparty%2Fglibc.git hurd: Avoid missing PLT ref from ld.so requirement * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional. --- diff --git a/ChangeLog b/ChangeLog index 390c2a1a9d3..7ceaa829a83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ (__pthread_get_cleanup_stack): Add hidden proto. * sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Remove prototype. + * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional. 2018-06-15 Joseph Myers diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index 4df5ae5d63b..58d119e3b92 100644 --- a/sysdeps/mach/hurd/localplt.data +++ b/sysdeps/mach/hurd/localplt.data @@ -20,7 +20,7 @@ ld.so: _dl_signal_exception ld.so: _dl_catch_exception # The dynamic linker has its own versions of basic functions for initial loading # of shared libraries. These need to be overriden by libc once loaded. -ld.so: __open +ld.so: __open ? ld.so: __open64 ? ld.so: __close ld.so: __read ?