diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-17 19:47:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-17 19:47:50 +0000 |
commit | 0cfbb8c6ed421830ba951ad2ff7fea26167eb561 (patch) | |
tree | 077ad77c3ae7b1781eb8e0cf396154073bbf1862 /ChangeLog | |
parent | e84ba51a3b64fae0f0733a035cedf827627be06e (diff) | |
download | glibc-0cfbb8c6ed421830ba951ad2ff7fea26167eb561.tar glibc-0cfbb8c6ed421830ba951ad2ff7fea26167eb561.tar.gz glibc-0cfbb8c6ed421830ba951ad2ff7fea26167eb561.tar.bz2 glibc-0cfbb8c6ed421830ba951ad2ff7fea26167eb561.zip |
Update.
2001-07-17 Andreas Jaeger <aj@suse.de>
* elf/ldconfig.c: Add new variable hwcap_mask to honour LD_HWCAP_MASK.
(is_hwcap_platform): Use it.
(set_hwcap): New function to set hwcap_mask.
(main): Call set_hwcap.
2001-07-17 Jakub Jelinek <jakub@redhat.com>
* time/getdate.c (__getdate_r): Initialize tm_isdst, tm_gmtoff and
tm_zone before calling strptime.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2001-07-17 Andreas Jaeger <aj@suse.de> + + * elf/ldconfig.c: Add new variable hwcap_mask to honour LD_HWCAP_MASK. + (is_hwcap_platform): Use it. + (set_hwcap): New function to set hwcap_mask. + (main): Call set_hwcap. + +2001-07-17 Jakub Jelinek <jakub@redhat.com> + + * time/getdate.c (__getdate_r): Initialize tm_isdst, tm_gmtoff and + tm_zone before calling strptime. + 2001-07-17 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Fix last change. |