about summary refs log tree commit diff
path: root/sysdeps/arm/dl-machine-rel.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-07-26 08:39:20 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-08-04 10:03:46 -0300
commitc3f5682215fb2790d2405c1b5190869a164eb759 (patch)
tree1c1b8436eabca53d8c0cb7757de161d010101bba /sysdeps/arm/dl-machine-rel.h
parent36676f5e5d6ed17263f4f5089e77f480b852bd74 (diff)
downloadglibc-c3f5682215fb2790d2405c1b5190869a164eb759.tar.gz
glibc-c3f5682215fb2790d2405c1b5190869a164eb759.tar.xz
glibc-c3f5682215fb2790d2405c1b5190869a164eb759.zip
arm: Remove RELA support
Now that prelink is not support, there is no need to keep supporting
rela for non bootstrap.
Diffstat (limited to 'sysdeps/arm/dl-machine-rel.h')
-rw-r--r--sysdeps/arm/dl-machine-rel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/arm/dl-machine-rel.h b/sysdeps/arm/dl-machine-rel.h
index 999967931b..9dfaf718f2 100644
--- a/sysdeps/arm/dl-machine-rel.h
+++ b/sysdeps/arm/dl-machine-rel.h
@@ -19,13 +19,8 @@
 #ifndef _DL_MACHINE_REL_H
 #define _DL_MACHINE_REL_H
 
-/* ARM 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
-
-/* ARM 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)