* 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.
This commit is contained in:
Roland McGrath 2004-03-08 20:38:37 +00:00
parent 32c6ecbad3
commit cc143ec3e0
2 changed files with 9 additions and 0 deletions

View File

@ -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):

View 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,