diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-05 09:42:32 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-05 09:42:32 -0700 |
commit | 443caceb354d06724019625ebde083b5151c3fed (patch) | |
tree | 11d1cd2551fa40fa04489f57ba6c77360bf30e47 /ChangeLog | |
parent | 2f3f7b9da238269397d8dd8868ed494eff2c9064 (diff) | |
download | glibc-443caceb354d06724019625ebde083b5151c3fed.tar glibc-443caceb354d06724019625ebde083b5151c3fed.tar.gz glibc-443caceb354d06724019625ebde083b5151c3fed.tar.bz2 glibc-443caceb354d06724019625ebde083b5151c3fed.zip |
Fix build problems with old binutils.
Old binutils don't provide IFUNC and don't generate the section start/end
symbols we expect. At least for now only add the initializer code for
static IFUNC relocations if multi-arch support is requested.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-06-05 Ulrich Drepper <drepper@redhat.com> + + * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH + is defined. + 2009-06-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/strlen.S: Minor optimizations. |