From e8e0bee5dd414bb6d5ee7e6a1fa37f330dcb38e4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 30 Mar 1998 18:45:41 +0000 Subject: Update. 1998-03-30 Ulrich Drepper * 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 * 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. --- sysdeps/generic/dl-procinfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/generic/dl-procinfo.h') 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 */ -- cgit v1.2.3