ARM: Define ELF_MACHINE_NO_REL
authorWill Newton <will.newton@linaro.org>
Thu, 3 Jul 2014 09:50:50 +0000 (10:50 +0100)
committerWill Newton <will.newton@linaro.org>
Fri, 4 Jul 2014 07:58:21 +0000 (08:58 +0100)
Fix a -Wundef warning on ARM.

ChangeLog:

2014-07-04  Will Newton  <will.newton@linaro.org>

* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.

ChangeLog
sysdeps/arm/dl-machine.h

index 5f12906..e255a3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-04  Will Newton  <will.newton@linaro.org>
+
+       * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
+
 2014-07-03  Roland McGrath  <roland@hack.frob.com>
 
        * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
index c5ffc93..d6b0c52 100644 (file)
@@ -279,6 +279,7 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rel *reloc,
 /* 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_REL 0
 
 /* Names of the architecture-specific auditing callback functions.  */
 #define ARCH_LA_PLTENTER arm_gnu_pltenter