diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2024-06-07 13:42:42 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2024-06-18 10:45:36 +0200 |
commit | 343439a31ed1f07da307037b2c92b8ab3367c05c (patch) | |
tree | c8b67fe6bf0a0591ed395f6df7021cde7063edbf /sysdeps/mips | |
parent | 43c7c5e62dbd7bf6c17f4688fb5f4990ae49e7fb (diff) | |
download | glibc-343439a31ed1f07da307037b2c92b8ab3367c05c.zip glibc-343439a31ed1f07da307037b2c92b8ab3367c05c.tar.gz glibc-343439a31ed1f07da307037b2c92b8ab3367c05c.tar.bz2 |
elf: Remove _DL_PLATFORMS_COUNT
Remove the definitions of _DL_PLATFORMS_COUNT as those are not used
anymore after removal in elf/dl-cache.c:search_cache().
Note: On x86, we can also get rid of the definitions
HWCAP_PLATFORMS_START and HWCAP_PLATFORMS_COUNT.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/dl-procinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mips/dl-procinfo.h b/sysdeps/mips/dl-procinfo.h index 7185542..79c2acc 100644 --- a/sysdeps/mips/dl-procinfo.h +++ b/sysdeps/mips/dl-procinfo.h @@ -21,9 +21,6 @@ #include <ldsodefs.h> - -#define _DL_PLATFORMS_COUNT 4 - /* We cannot provide a general printing function. */ #define _dl_procinfo(type, word) -1 |