summaryrefslogtreecommitdiff
path: root/libubacktrace/backtrace.c
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-01-21 05:59:49 -0800
committerKhem Raj <raj.khem@gmail.com>2012-01-23 16:10:39 -0800
commita0d7a4587584b1c217183d7f17a2d55ab44aaf3a (patch)
treeeb501879d7ba3c8a3c65e2db8604ea587ed811c5 /libubacktrace/backtrace.c
parentbee3ea0f5a8d2cc2cfaeebdc4ef65f2d6b30b749 (diff)
libubacktrace: Add arm implementation
Arm has a different mechanism of getting _Unwind_GetIP. Therefore we provide arch specific backtrace file. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libubacktrace/backtrace.c')
-rw-r--r--libubacktrace/backtrace.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libubacktrace/backtrace.c b/libubacktrace/backtrace.c
index 205a0a0ce..fdd5981fa 100644
--- a/libubacktrace/backtrace.c
+++ b/libubacktrace/backtrace.c
@@ -66,9 +66,6 @@ backtrace_helper (struct _Unwind_Context *ctx, void *a)
/*
* Perform stack unwinding by using the _Unwind_Backtrace.
*
- * User application that wants to use backtrace needs to be
- * compiled with -fexceptions option and -rdynamic to get full
- * symbols printed.
*/
int backtrace (void **array, int size)
{