about summary refs log tree commit diff
path: root/sysdeps/generic/dl-procinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Update.Andreas Jaeger2000-05-051-1/+6
| | | | | | | | | | | | | | | | | | | | | | * 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.
* Update.Ulrich Drepper1998-04-031-0/+3
| | | | | | | | | | | | | | | | 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide default. 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makerules (installed-libcs): Fix typo. 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC. (UHC-routines): Remove ksc5601.
* Update.Ulrich Drepper1998-03-301-0/+3
| | | | | | | | | | | | | | | | | | | | 1998-03-30 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New function. * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition. * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string): New function. (HWCAP_IMPORTANT): New definition. 1998-03-30 17:26 H.J. Lu <hjl@gnu.org> * elf/dl-open.c (_dl_open): Fix a typo. (_dl_global_scope_alloc): Make it static. * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
* Update.Ulrich Drepper1998-01-311-0/+27
1998-01-31 21:18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after AT_PLATFORM string. Pretty print AT_BASE info. * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>. (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info. * sysdeps/generic/dl-procinfo.h: New file. * sysdeps/unix/sysv/linux/dl-procinfo.h: New file.