From e260ceb4aa85dfde1280a80bd6373b11b43266af Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Fri, 7 Jun 2024 13:42:44 +0200 Subject: elf: Remove HWCAP_IMPORTANT Remove the definitions of HWCAP_IMPORTANT after removal of LD_HWCAP_MASK / tunable glibc.cpu.hwcap_mask. There HWCAP_IMPORTANT was used as default value. Reviewed-by: Adhemerval Zanella --- sysdeps/alpha/dl-procinfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/alpha') diff --git a/sysdeps/alpha/dl-procinfo.h b/sysdeps/alpha/dl-procinfo.h index a5264f9f2c..8d17d42ce2 100644 --- a/sysdeps/alpha/dl-procinfo.h +++ b/sysdeps/alpha/dl-procinfo.h @@ -27,9 +27,6 @@ /* There are no hardware capabilities defined. */ #define _dl_hwcap_string(idx) "" -/* By default there is no important hardware capability. */ -#define HWCAP_IMPORTANT (0) - /* We don't have any hardware capabilities. */ #define _DL_HWCAP_COUNT 0 -- cgit 1.4.1