aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-04-05 19:43:05 -0700
committerRoland McGrath <roland@redhat.com>2010-04-05 19:47:27 -0700
commit7bfa311ff51999f9e92620268e493959a2f7bfb4 (patch)
treee08947e3d3a2774e2701bac49b3083900ea232c4 /ChangeLog
parent4dd019e3a1c68e2988ac35a97c95a59cd307eb05 (diff)
downloadglibc-7bfa311ff51999f9e92620268e493959a2f7bfb4.zip
glibc-7bfa311ff51999f9e92620268e493959a2f7bfb4.tar.gz
glibc-7bfa311ff51999f9e92620268e493959a2f7bfb4.tar.bz2
Obey LD_HWCAP_MASK in ld.so.cache lookups.roland/hwcap_mask
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7485ec5..cb02ba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-04-05 Roland McGrath <roland@redhat.com>
+ * elf/dl-cache.c (_dl_load_cache_lookup): Obey dl_hwcap_mask.
+
+ * elf/dl-support.c (_dl_hwcap_mask): New variable.
+
* elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.
2010-04-05 Ulrich Drepper <drepper@redhat.com>