* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define
authorRoland McGrath <roland@gnu.org>
Sat, 6 Nov 2004 00:24:55 +0000 (00:24 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 6 Nov 2004 00:24:55 +0000 (00:24 +0000)
commit30e32d23eb06cbeae02e51c7c4df150736dba795
tree654ce3ff4612247d589a718a88ce14b9a6df8212
parentc3047bca73efe22cc7904e1d2474cb17ef161d25
* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define

_dl_sysinfo_dso under [NEED_DL_SYSINFO_DSO] as well.
* elf/rtld.c (dl_main): Set up GLRO(dl_sysinfo_dso) under
[NEED_DL_SYSINFO_DSO] as well.
* sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Always include
AT_SYSINFO and AT_SYSINFO_EHDR in name table.
(_dl_sysdep_start) [NEED_DL_SYSINFO_DSO]: Match AT_SYSINFO_EHDR.
* elf/dl-support.c (_dl_sysinfo_dso): Define also under
[NEED_DL_SYSINFO_DSO].
(_dl_aux_init) [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO]:
Match AT_SYSINFO_EHDR and set GL(dl_sysinfo_dso).

2004-11-05  Roland McGrath  <roland@redhat.com>
ChangeLog
elf/dl-support.c
elf/rtld.c
sysdeps/generic/dl-sysdep.c
sysdeps/generic/ldsodefs.h