alpha: Define ELF_MACHINE_NO_RELA

This commit is contained in:
Richard Henderson 2014-05-18 22:09:30 -07:00
parent a60339aaff
commit 57cce7060a
2 changed files with 5 additions and 0 deletions

View File

@ -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):

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