diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-21 15:01:27 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-21 15:01:27 -0700 |
commit | 21ad055803de5dd03606588753c46fbf8a5863b2 (patch) | |
tree | cb9f135af9ffea2cb34ffd07f5d77daba060e141 /ChangeLog | |
parent | 0e1d99119e7851c112aefce64574506f8183e648 (diff) | |
download | glibc-21ad055803de5dd03606588753c46fbf8a5863b2.zip glibc-21ad055803de5dd03606588753c46fbf8a5863b2.tar.gz glibc-21ad055803de5dd03606588753c46fbf8a5863b2.tar.bz2 |
Support static IFUNC calls irrespective of USE_MULTIARCH.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-08-21 Roland McGrath <roland@hack.frob.com> + + * csu/elf-init.c (__libc_csu_irel): Function removed. + * csu/libc-start.c (apply_irel): New function. + (LIBC_START_MAIN): Call it instead of __libc_csu_irel. + 2012-08-21 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/kernel-features.h |