summaryrefslogtreecommitdiff
path: root/sysdeps/sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-02 07:35:33 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-02 07:35:33 -0500
commita98275aa614e1c5c6d5543295296ce402a9f0244 (patch)
tree7316adbd403d7e90aa993f44cf2613b31829757e /sysdeps/sh
parentade60c89422f89551ee615101997fa329b8bceb6 (diff)
Implement SH backtrace using IA64 version
Diffstat (limited to 'sysdeps/sh')
-rw-r--r--sysdeps/sh/backtrace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/sh/backtrace.c b/sysdeps/sh/backtrace.c
new file mode 100644
index 0000000000..ee7bf615d6
--- /dev/null
+++ b/sysdeps/sh/backtrace.c
@@ -0,0 +1 @@
+#include "../ia64/backtrace.c"