diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-01-21 05:59:49 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2012-01-23 16:10:39 -0800 |
commit | a0d7a4587584b1c217183d7f17a2d55ab44aaf3a (patch) | |
tree | eb501879d7ba3c8a3c65e2db8604ea587ed811c5 /libubacktrace/backtrace.c | |
parent | bee3ea0f5a8d2cc2cfaeebdc4ef65f2d6b30b749 (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.c | 3 |
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) { |