mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
alpha: Define ELF_MACHINE_NO_RELA
This commit is contained in:
parent
a60339aaff
commit
57cce7060a
@ -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):
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user