about summary refs log tree commit diff
path: root/sysdeps/alpha/dl-machine.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-05-18 22:09:30 -0700
committerRichard Henderson <rth@twiddle.net>2014-05-20 07:17:21 -0700
commit57cce7060a755300273373d3256d6233d73ca013 (patch)
treeffee53c7d95e97967b445c249f4edf7c6bdc29a7 /sysdeps/alpha/dl-machine.h
parenta60339aaff82beadea6f580e587d64052cb5e3b8 (diff)
downloadglibc-57cce7060a755300273373d3256d6233d73ca013.tar.gz
glibc-57cce7060a755300273373d3256d6233d73ca013.tar.xz
glibc-57cce7060a755300273373d3256d6233d73ca013.zip
alpha: Define ELF_MACHINE_NO_RELA
Diffstat (limited to 'sysdeps/alpha/dl-machine.h')
-rw-r--r--sysdeps/alpha/dl-machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h
index 63db19c6cf..e6537dd6e5 100644
--- a/sysdeps/alpha/dl-machine.h
+++ b/sysdeps/alpha/dl-machine.h
@@ -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.  */