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.
+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
/* 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