aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/ia64
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2006-11-30 14:45:07 +0100
committerIan Wienand <ianw@debian.org>2006-11-30 14:45:07 +0100
commitb3f8fef12fccb0914b7b28725f42192c279d31c9 (patch)
treee003428dc452a052111e0aa4c25eb403258cee06 /sysdeps/linux-gnu/ia64
parente948e58fd295693a572355875acf536fa16ce2bb (diff)
downloadltrace-b3f8fef12fccb0914b7b28725f42192c279d31c9.tar.gz
Fix .opd handling on IA64, few cleanups.
Diffstat (limited to 'sysdeps/linux-gnu/ia64')
-rw-r--r--sysdeps/linux-gnu/ia64/arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/linux-gnu/ia64/arch.h b/sysdeps/linux-gnu/ia64/arch.h
index 4ee47b5..673047c 100644
--- a/sysdeps/linux-gnu/ia64/arch.h
+++ b/sysdeps/linux-gnu/ia64/arch.h
@@ -7,3 +7,7 @@
#define LT_ELFCLASS ELFCLASS64
#define LT_ELF_MACHINE EM_IA_64
+
+// ia64 actually does use .opd, but we don't need to do the
+// translation manually.
+#undef ARCH_SUPPORTS_OPD