diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-07-26 08:40:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-08-04 10:03:46 -0300 |
commit | 3698f5a9dd4b98b3d88f61fceae8b6bb39c7db2b (patch) | |
tree | 453e3d586c6f07b7f75af2749068217640ad020d /sysdeps/i386/dl-machine-rel.h | |
parent | c3f5682215fb2790d2405c1b5190869a164eb759 (diff) | |
download | glibc-3698f5a9dd4b98b3d88f61fceae8b6bb39c7db2b.zip glibc-3698f5a9dd4b98b3d88f61fceae8b6bb39c7db2b.tar.gz glibc-3698f5a9dd4b98b3d88f61fceae8b6bb39c7db2b.tar.bz2 |
i386: Remove RELA support
Now that prelink is not support, there is no need to keep supporting
rela for non bootstrap.
Diffstat (limited to 'sysdeps/i386/dl-machine-rel.h')
-rw-r--r-- | sysdeps/i386/dl-machine-rel.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/i386/dl-machine-rel.h b/sysdeps/i386/dl-machine-rel.h index b98273a..9dfaf71 100644 --- a/sysdeps/i386/dl-machine-rel.h +++ b/sysdeps/i386/dl-machine-rel.h @@ -19,13 +19,8 @@ #ifndef _DL_MACHINE_REL_H #define _DL_MACHINE_REL_H -/* The i386 never uses Elf32_Rela relocations for the dynamic linker. - Prelinked libraries may use Elf32_Rela though. */ -#define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP +#define ELF_MACHINE_NO_RELA 1 #define ELF_MACHINE_NO_REL 0 - -/* The i386 never uses Elf32_Rela relocations for the dynamic linker. - Prelinked libraries may use Elf32_Rela though. */ #define ELF_MACHINE_PLT_REL 1 #define PLTREL ElfW(Rel) |