]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Avoid missing PLT ref from ld.so requirement
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 15 Jun 2018 23:49:29 +0000 (01:49 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 15 Jun 2018 23:49:29 +0000 (01:49 +0200)
* sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.

ChangeLog
sysdeps/mach/hurd/localplt.data

index 390c2a1a9d3fefb5562e9e43ebff68bcbc171e1c..7ceaa829a83fa3789bc2ee79e9c262bc7dd674d6 100644 (file)
--- 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  <joseph@codesourcery.com>
 
index 4df5ae5d63bd10b551450b2582bdba1bbab1b454..58d119e3b92f9d6644bb16804515d1c34386e01a 100644 (file)
@@ -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 ?