diff options
author | Roland McGrath <roland@redhat.com> | 2010-07-20 19:09:50 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-07-20 19:09:50 -0700 |
commit | 5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef (patch) | |
tree | 49d98447f2c543fc3e14dd5eac17df4d18df4361 /ChangeLog | |
parent | d02dc4ba087255c30a899ab21bd8503efb52ddcf (diff) | |
download | glibc-5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef.tar glibc-5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef.tar.gz glibc-5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef.tar.bz2 glibc-5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef.zip |
Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache matching.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function |