diff options
author | Richard Henderson <rth@twiddle.net> | 2014-05-18 22:09:30 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-05-20 07:17:21 -0700 |
commit | 57cce7060a755300273373d3256d6233d73ca013 (patch) | |
tree | ffee53c7d95e97967b445c249f4edf7c6bdc29a7 /sysdeps/alpha | |
parent | a60339aaff82beadea6f580e587d64052cb5e3b8 (diff) | |
download | glibc-57cce7060a755300273373d3256d6233d73ca013.tar.gz glibc-57cce7060a755300273373d3256d6233d73ca013.tar.xz glibc-57cce7060a755300273373d3256d6233d73ca013.zip |
alpha: Define ELF_MACHINE_NO_RELA
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/dl-machine.h | 1 |
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. */ |