rtld-elf: Remove _PATH_ELF32_HINTS and _COMPAT32_PATH_RTLD

These are no longer referenced, with the one user of each now using the
double-underscore version with "32" as an argument instead.

Reviewed by:	kib, brooks, jhb
Differential Revision:	https://reviews.freebsd.org/D40935
This commit is contained in:
Jessica Clarke 2023-07-09 18:50:30 +01:00
parent e17dd921a2
commit 076a4dc59b

View File

@ -87,14 +87,6 @@
#define TOKEN_LIB "lib" _RTLD_COMPAT_LIB_SUFFIX
#endif
#ifndef _PATH_ELF32_HINTS
#define _PATH_ELF32_HINTS __PATH_ELF_HINTS("32")
#endif
#ifndef _COMPAT32_PATH_RTLD
#define _COMPAT32_PATH_RTLD __PATH_RTLD("32")
#endif
#ifdef IN_RTLD
extern const char *ld_elf_hints_default;
extern const char *ld_path_libmap_conf;