aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-07-20 19:09:50 -0700
committerPetr Baudis <pasky@suse.cz>2010-11-09 01:44:35 +0100
commit62724d5f1e48077992e1655c2dc4b5c47c08090e (patch)
tree3e34317cb468fa14901bd59aa2f0199fc0fddb40 /ChangeLog
parent553fe7087a45cc8cb84a994ce85708d085788947 (diff)
downloadglibc-62724d5f1e48077992e1655c2dc4b5c47c08090e.zip
glibc-62724d5f1e48077992e1655c2dc4b5c47c08090e.tar.gz
glibc-62724d5f1e48077992e1655c2dc4b5c47c08090e.tar.bz2
Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache matching.
(cherry picked from commit 5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3de08e9..867aae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-20 Roland McGrath <roland@redhat.com>
+
+ * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
+ dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
+ ld.so.cache was broken. With it, there is no way to disable dsocaps
+ like LD_HWCAP_MASK can disable hwcaps.
+
2010-07-05 Roland McGrath <roland@redhat.com>
* manual/arith.texi (Rounding Functions): Fix rint description