aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2012-11-19 01:22:33 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2012-11-19 01:22:33 -0500
commit1f51ee9246b048d8966c36ddd2c26d7e0f927d83 (patch)
tree9cec26aa373eb0bdd0f8cffbfe5b109d90f4a6a2 /ChangeLog
parent6665d4a25da6dc1788010466f6f52e1df94a048b (diff)
downloadglibc-1f51ee9246b048d8966c36ddd2c26d7e0f927d83.zip
glibc-1f51ee9246b048d8966c36ddd2c26d7e0f927d83.tar.gz
glibc-1f51ee9246b048d8966c36ddd2c26d7e0f927d83.tar.bz2
Add ldconfig cache tag handling for AArch64
* sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro. * elf/cache.c (print_entry): Print ",AArch64" for FLAG_AARCH64_LIB64. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f16eab4..63e00ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
+ * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
+ * elf/cache.c (print_entry): Print ",AArch64" for
+ FLAG_AARCH64_LIB64
+
* sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
* elf/cache.c (print_entry): Print ",hard-float" for
FLAG_ARM_LIBHF.