diff options
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/dl-machine.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/ia64/dl-machine.h b/sysdeps/ia64/dl-machine.h index 2217d0b556..c9608a51b0 100644 --- a/sysdeps/ia64/dl-machine.h +++ b/sysdeps/ia64/dl-machine.h @@ -27,6 +27,8 @@ #include <errno.h> #include <dl-fptr.h> #include <tls.h> +#include <dl-static-tls.h> +#include <dl-machine-rel.h> /* Translate a processor specific dynamic tag to the index in l_info array. */ @@ -319,10 +321,6 @@ elf_machine_runtime_setup (struct link_map *l, struct r_scope_elem *scope[], /* A reloc type used for ld.so cmdline arg lookups to reject PLT entries. */ #define ELF_MACHINE_JMP_SLOT R_IA64_IPLTLSB -/* According to the IA-64 specific documentation, Rela is always used. */ -#define ELF_MACHINE_NO_REL 1 -#define ELF_MACHINE_NO_RELA 0 - /* Return the address of the entry point. */ #define ELF_MACHINE_START_ADDRESS(map, start) \ ({ \ |