aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-05 09:42:32 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-05 09:42:32 -0700
commit443caceb354d06724019625ebde083b5151c3fed (patch)
tree11d1cd2551fa40fa04489f57ba6c77360bf30e47 /ChangeLog
parent2f3f7b9da238269397d8dd8868ed494eff2c9064 (diff)
downloadglibc-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d99a207fe..cc03bb36d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.