]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
alpha: Define ELF_MACHINE_NO_RELA
authorRichard Henderson <rth@twiddle.net>
Mon, 19 May 2014 05:09:30 +0000 (22:09 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 20 May 2014 14:17:21 +0000 (07:17 -0700)
ChangeLog
sysdeps/alpha/dl-machine.h

index fc75ff2d1c074447b5847a7c7bf5409b30ccd29f..21a6fb84d0229986b9966c08004f8f426354d981 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-18  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
+
 2014-05-20  Will Newton  <will.newton@linaro.org>
 
        * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
index 63db19c6cf8bace0d7cb8c4a88ec7167cc1fe072..e6537dd6e5fc09a60da058a33ebfe25f3cce0ae3 100644 (file)
@@ -242,6 +242,7 @@ $fixup_stack:                                                       \n\
 
 /* The alpha never uses Elf64_Rel relocations.  */
 #define ELF_MACHINE_NO_REL 1
+#define ELF_MACHINE_NO_RELA 0
 
 /* We define an initialization functions.  This is called very early in
  *    _dl_sysdep_start.  */