aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-21 03:37:39 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:17:09 +0200
commite67635d6dcecb0f44448a5329d69fd0de74ebaba (patch)
treee4fbfa677e74c7cece2ccb2150a5cfbb785f2745 /common.h
parentd3dc17b5e87068819a780af434afaf69e63d2b50 (diff)
downloadltrace-e67635d6dcecb0f44448a5329d69fd0de74ebaba.tar.gz
Move arch-specific bits from ltrace-elf.c to PPC and MIPS back ends
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common.h b/common.h
index 00fd27b..6d7892e 100644
--- a/common.h
+++ b/common.h
@@ -215,11 +215,14 @@ void trace_fail_warning(pid_t pid);
* If the call to OS_LTRACE_EXITING_SIGHANDLER didn't handle the
* request, OS_LTRACE_EXITING is called when the next event is
* generated. Therefore it's called in "safe" context, without
- * re-entrancy concerns, but it's only called after an even is
+ * re-entrancy concerns, but it's only called after an event is
* generated. */
int os_ltrace_exiting_sighandler(void);
void os_ltrace_exiting(void);
+int arch_elf_dynamic_tag(struct ltelf *lte, GElf_Dyn dyn);
+int arch_elf_init(struct ltelf *lte);
+
extern struct ltelf main_lte;
#endif