aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-08 16:06:54 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-08 16:06:54 -0700
commit85997fc3ebe20b96f24b590e998d3ff7b2b8148a (patch)
tree5bac76252174c38e15671e6d5c9e1aa45030d3dd /ChangeLog
parent39be1d1f7b55b4d63a218cd0ec99393acaf1f083 (diff)
parent7bfa311ff51999f9e92620268e493959a2f7bfb4 (diff)
downloadglibc-85997fc3ebe20b96f24b590e998d3ff7b2b8148a.zip
glibc-85997fc3ebe20b96f24b590e998d3ff7b2b8148a.tar.gz
glibc-85997fc3ebe20b96f24b590e998d3ff7b2b8148a.tar.bz2
Merge remote branch 'origin/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 f8e36af..e53d5bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,10 @@
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-03-30 Paul Pluzhnikov <ppluzhnikov@google.com>