diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2024-06-07 13:42:41 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2024-06-18 10:45:36 +0200 |
commit | 43c7c5e62dbd7bf6c17f4688fb5f4990ae49e7fb (patch) | |
tree | 6a284b4551ad7ee6eb6fc0003aa072f0c17d56b7 /sysdeps/x86 | |
parent | ed23449dac42c3718757dc8ff69a6480d869fb9c (diff) | |
download | glibc-43c7c5e62dbd7bf6c17f4688fb5f4990ae49e7fb.tar.gz glibc-43c7c5e62dbd7bf6c17f4688fb5f4990ae49e7fb.tar.xz glibc-43c7c5e62dbd7bf6c17f4688fb5f4990ae49e7fb.zip |
elf: Remove _DL_FIRST_PLATFORM
Remove the definitions of _DL_FIRST_PLATFORM as those were only used in the _DL_HWCAP_PLATFORM definitions and in _dl_string_platform(). Both were removed. Note: Removed on every architecture despite of powerpc, where _dl_string_platform() is still used. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/x86')
-rw-r--r-- | sysdeps/x86/dl-procinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/x86/dl-procinfo.h b/sysdeps/x86/dl-procinfo.h index 1aa6bad67a..a8d7d4ed32 100644 --- a/sysdeps/x86/dl-procinfo.h +++ b/sysdeps/x86/dl-procinfo.h @@ -24,7 +24,4 @@ #define _DL_HWCAP_COUNT HWCAP_COUNT #define _DL_PLATFORMS_COUNT HWCAP_PLATFORMS_COUNT -/* Start at 48 to reserve spaces for hardware capabilities. */ -#define _DL_FIRST_PLATFORM 48 - #endif /* dl-procinfo.h */ |