6e9356
From patchwork Thu Jul  3 13:26:40 2014
6e9356
Content-Type: text/plain; charset="utf-8"
6e9356
MIME-Version: 1.0
6e9356
Content-Transfer-Encoding: 7bit
6e9356
Subject: ARM: Define ELF_MACHINE_NO_REL
6e9356
X-Patchwork-Submitter: Will Newton <will.newton@linaro.org>
6e9356
X-Patchwork-Id: 366862
6e9356
Message-Id: <1404394000-13429-1-git-send-email-will.newton@linaro.org>
6e9356
To: libc-alpha@sourceware.org
6e9356
Date: Thu,  3 Jul 2014 14:26:40 +0100
6e9356
From: Will Newton <will.newton@linaro.org>
6e9356
List-Id: <libc-alpha.sourceware.org>
6e9356
6e9356
Fix a -Wundef warning on ARM.
6e9356
6e9356
ChangeLog:
6e9356
6e9356
2014-07-03  Will Newton  <will.newton@linaro.org>
6e9356
6e9356
	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
6e9356
---
6e9356
 sysdeps/arm/dl-machine.h | 1 +
6e9356
 1 file changed, 1 insertion(+)
6e9356
6e9356
diff --git a/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h
6e9356
index c5ffc93..d6b0c52 100644
6e9356
--- a/sysdeps/arm/dl-machine.h
6e9356
+++ b/sysdeps/arm/dl-machine.h
6e9356
@@ -296,6 +296,7 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rel *reloc,
6e9356
 /* ARM never uses Elf32_Rela relocations for the dynamic linker.
6e9356
    Prelinked libraries may use Elf32_Rela though.  */
6e9356
 #define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP
6e9356
+#define ELF_MACHINE_NO_REL 0
6e9356
 
6e9356
 /* Names of the architecture-specific auditing callback functions.  */
6e9356
 #define ARCH_LA_PLTENTER arm_gnu_pltenter