diff options
author | Andreas Jaeger <aj@suse.de> | 2000-05-05 15:33:39 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-05-05 15:33:39 +0000 |
commit | 0b6301682ba9d0e246a52e9039ff40dedc719a80 (patch) | |
tree | fd57cb51119b3e5cccb2f47342d1f5f1d0316c6b /ChangeLog | |
parent | 621d9092d7fe4ff16816d61aa7036716f14a557f (diff) | |
download | glibc-0b6301682ba9d0e246a52e9039ff40dedc719a80.tar.gz glibc-0b6301682ba9d0e246a52e9039ff40dedc719a80.tar.xz glibc-0b6301682ba9d0e246a52e9039ff40dedc719a80.zip |
Update.
* sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New. (_dl_string_hwcap): New, does nothing. * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): New. (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant. (_dl_string_hwcap): New function, converts from string to hwcap encoding. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_DL_HWCAP_COUNT): New. (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant. (_dl_string_hwcap): New function, converts from string to hwcap encoding. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h (_DL_HWCAP_COUNT): New. (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant. (_dl_string_hwcap): New function, converts from string to hwcap encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 693ca9e1ac..f7cadf9286 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,25 @@ * misc/tst-tsearch.c (main): Correct type for initstate argument. + * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New. + (_dl_string_hwcap): New, does nothing. + + * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): + New. + (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant. + (_dl_string_hwcap): New function, converts from string to hwcap + encoding. + * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_DL_HWCAP_COUNT): + New. + (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant. + (_dl_string_hwcap): New function, converts from string to hwcap + encoding. + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h (_DL_HWCAP_COUNT): + New. + (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant. + (_dl_string_hwcap): New function, converts from string to hwcap + encoding. + 2000-05-05 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (distribute): Add dl-lookupcfg.h. |