aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/ia64
diff options
context:
space:
mode:
authorPaul Gilliam <pgilliam@us.ibm.com>2006-04-24 22:06:23 +0200
committerIan Wienand <ianw@debian.org>2006-04-24 22:06:23 +0200
commitbe3207721cb07e7d01a81fb3beecd0327201478c (patch)
tree71488c6828c68147b6428890897b9014620f142d /sysdeps/linux-gnu/ia64
parent3f1219f7803599df8556e7fc096a6a239f9a04fd (diff)
downloadltrace-be3207721cb07e7d01a81fb3beecd0327201478c.tar.gz
Use e_entry if "_start" can't be found on architectures where it is needed
Diffstat (limited to 'sysdeps/linux-gnu/ia64')
-rw-r--r--sysdeps/linux-gnu/ia64/arch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/linux-gnu/ia64/arch.h b/sysdeps/linux-gnu/ia64/arch.h
index 6efef3d..4ee47b5 100644
--- a/sysdeps/linux-gnu/ia64/arch.h
+++ b/sysdeps/linux-gnu/ia64/arch.h
@@ -7,6 +7,3 @@
#define LT_ELFCLASS ELFCLASS64
#define LT_ELF_MACHINE EM_IA_64
-
-#define PLTs_INIT_BY_HERE NULL
-#define E_ENTRY_NAME "_start"