diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-03 15:09:48 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-03 15:09:48 -0700 |
commit | 60bfd54cbb0c51ab95c52a7438509373b848c957 (patch) | |
tree | 1df3c55f6cf327f92277604307cb027802881dc9 /ChangeLog | |
parent | 83e7640f6bf68708ecf0b09d83c670203167271e (diff) | |
download | glibc-60bfd54cbb0c51ab95c52a7438509373b848c957.tar glibc-60bfd54cbb0c51ab95c52a7438509373b848c957.tar.gz glibc-60bfd54cbb0c51ab95c52a7438509373b848c957.tar.bz2 glibc-60bfd54cbb0c51ab95c52a7438509373b848c957.zip |
Fix NEED_DL_SYSINFO{,_DSO} conditionalization in _dl_sysdep_start.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-05-03 Roland McGrath <roland@hack.frob.com> + + * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]: + Separately conditionalize setting of GLRO(dl_sysinfo) so + that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO] + as well, but the actual setting is only under [NEED_DL_SYSINFO]. + 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol. |