[hurd,commited 4/8] hurd: Avoid missing PLT ref from ld.so requirement
Samuel Thibault
samuel.thibault@ens-lyon.org
Sat Jun 16 01:06:00 GMT 2018
* sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional.
---
ChangeLog | 1 +
sysdeps/mach/hurd/localplt.data | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 390c2a1a9d..7ceaa829a8 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 <joseph@codesourcery.com>
diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data
index 4df5ae5d63..58d119e3b9 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 ?
--
2.17.1
More information about the Libc-alpha
mailing list