aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-24 04:56:52 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:22:32 +0200
commit50b96039ebfc60825bb7afb8ab8f56bb87aeb67b (patch)
tree94adb6be1deba4cc36457cc4cf891a2306911e70 /ltrace-elf.h
parent4d9a91c5c677d6a6b2db21f00385bce5167373c4 (diff)
downloadltrace-50b96039ebfc60825bb7afb8ab8f56bb87aeb67b.tar.gz
Make MIPS and PPC arch.h into full-fledged include file, glue in sysdep.h
Diffstat (limited to 'ltrace-elf.h')
-rw-r--r--ltrace-elf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/ltrace-elf.h b/ltrace-elf.h
index 151a033..afd818c 100644
--- a/ltrace-elf.h
+++ b/ltrace-elf.h
@@ -3,15 +3,7 @@
#include <gelf.h>
#include <stdlib.h>
-
-#define DEFINING_LTELF
-#include "arch.h"
-#undef DEFINING_LTELF
-
-#ifndef ARCH_HAVE_LTELF_DATA
-struct arch_ltelf_data {
-};
-#endif
+#include "sysdep.h"
struct Process;
struct library;