diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-30 18:45:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-30 18:45:41 +0000 |
commit | e8e0bee5dd414bb6d5ee7e6a1fa37f330dcb38e4 (patch) | |
tree | 2a22ed2642b6dc5da6474928ca51dfea783d5c5b /sysdeps/generic/dl-procinfo.h | |
parent | 001426b8993e21615a756fcabcbead8a62a2125c (diff) | |
download | glibc-e8e0bee5dd414bb6d5ee7e6a1fa37f330dcb38e4.tar.gz glibc-e8e0bee5dd414bb6d5ee7e6a1fa37f330dcb38e4.tar.xz glibc-e8e0bee5dd414bb6d5ee7e6a1fa37f330dcb38e4.zip |
Update.
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.
Diffstat (limited to 'sysdeps/generic/dl-procinfo.h')
-rw-r--r-- | sysdeps/generic/dl-procinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h index 801d4b6fa1..48936194ac 100644 --- a/sysdeps/generic/dl-procinfo.h +++ b/sysdeps/generic/dl-procinfo.h @@ -24,4 +24,7 @@ /* We cannot provide a general printing function. */ #define _dl_procinfo(word) -1 +/* By default there is no important hardware capability. */ +#define HWCAP_IMPORTANT (0) + #endif /* dl-procinfo.h */ |