aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2012-11-19 01:12:53 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2012-11-19 01:12:53 -0500
commit6665d4a25da6dc1788010466f6f52e1df94a048b (patch)
tree726feade78221eaa2216546b08e3120433861402 /ChangeLog
parent6e63f4ff608820fa9247c1bbafc95dffbcbc0466 (diff)
downloadglibc-6665d4a25da6dc1788010466f6f52e1df94a048b.zip
glibc-6665d4a25da6dc1788010466f6f52e1df94a048b.tar.gz
glibc-6665d4a25da6dc1788010466f6f52e1df94a048b.tar.bz2
Add ldconfig cache tag handling for ARM hard-float ABI
* sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro. * elf/cache.c (print_entry): Print ",hard-float" for FLAG_ARM_LIBHF. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00fa045..f16eab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
+
+ * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
+ * elf/cache.c (print_entry): Print ",hard-float" for
+ FLAG_ARM_LIBHF.
+
2012-11-18 David S. Miller <davem@davemloft.net>
With help from Joseph Myers.