* elf/rtld.c (_rtld_global_ro) [MAP_COPY]: Don't set _dl_unload_cache.
authorRoland McGrath <roland@gnu.org>
Mon, 8 Mar 2004 20:38:37 +0000 (20:38 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 8 Mar 2004 20:38:37 +0000 (20:38 +0000)
* sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps):
Don't use INTUSE with _dl_signal_error.

ChangeLog
elf/rtld.c

index 212cfd9..e4d7035 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-08  Jeroen Dekkers  <jeroen@dekkers.cx>
+
+       * elf/rtld.c (_rtld_global_ro) [MAP_COPY]: Don't set _dl_unload_cache.
+
+       * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps):
+       Don't use INTUSE with _dl_signal_error.
+
 2004-03-08  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
index c9b9c1b..139358c 100644 (file)
@@ -133,7 +133,9 @@ struct rtld_global_ro _rtld_global_ro attribute_relro =
     ._dl_check_map_versions = _dl_check_map_versions,
     ._dl_init = _dl_init,
     ._dl_debug_state = _dl_debug_state,
+#ifndef MAP_COPY
     ._dl_unload_cache = _dl_unload_cache,
+#endif
     ._dl_debug_printf = _dl_debug_printf,
     ._dl_catch_error = _dl_catch_error,
     ._dl_signal_error = _dl_signal_error,