mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* 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:
parent
32c6ecbad3
commit
cc143ec3e0
@ -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):
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user