diff options
author | Roland McGrath <roland@redhat.com> | 2010-04-05 19:43:05 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-04-05 19:47:27 -0700 |
commit | 7bfa311ff51999f9e92620268e493959a2f7bfb4 (patch) | |
tree | e08947e3d3a2774e2701bac49b3083900ea232c4 /ChangeLog | |
parent | 4dd019e3a1c68e2988ac35a97c95a59cd307eb05 (diff) | |
download | glibc-7bfa311ff51999f9e92620268e493959a2f7bfb4.tar.gz glibc-7bfa311ff51999f9e92620268e493959a2f7bfb4.tar.xz glibc-7bfa311ff51999f9e92620268e493959a2f7bfb4.zip |
Obey LD_HWCAP_MASK in ld.so.cache lookups. roland/hwcap_mask
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7485ec5429..cb02ba1e8e 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> |