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.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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |