aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-27 03:10:53 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:22:33 +0200
commite4e693bc8cd9f2df77a8f27d61a940087071b912 (patch)
tree16776f0585214548215ececa31813d54e2829dc6 /sysdeps
parent56a9ea6b41470d5a0590f23baaff7dff99f277d5 (diff)
downloadltrace-e4e693bc8cd9f2df77a8f27d61a940087071b912.tar.gz
Support per-arch data in library_symbol
- new configuration setting ARCH_HAVE_LIBRARY_SYMBOL_DATA
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/sysdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/sysdep.h b/sysdeps/sysdep.h
index 613fcd3..940798d 100644
--- a/sysdeps/sysdep.h
+++ b/sysdeps/sysdep.h
@@ -13,4 +13,9 @@ struct arch_breakpoint_data {
};
#endif
+#ifndef ARCH_HAVE_LIBRARY_SYMBOL_DATA
+struct arch_library_symbol_data {
+};
+#endif
+
#endif /* LTRACE_SYSDEP_H */