From a0d7a4587584b1c217183d7f17a2d55ab44aaf3a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 21 Jan 2012 05:59:49 -0800 Subject: 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 --- libubacktrace/backtrace.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libubacktrace/backtrace.c') 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) { -- cgit v1.2.3