diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-12-22 15:25:42 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-12-22 15:30:20 +0100 |
commit | 8a8434b367e0b94b9fda72c99f1c646737725403 (patch) | |
tree | 462af75ff21f8c1769f2758bb9525d5a1bec6292 /libubacktrace/backtrace.c | |
parent | 3ac5fd7ecaeb6721d812c2b93e446bf9a31acdde (diff) |
libubacktrace: use -funwind-tables rather than -fexecptions
For backtrace to work is enough to use -funwind-tables instead
of -fexceptions.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libubacktrace/backtrace.c')
-rw-r--r-- | libubacktrace/backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libubacktrace/backtrace.c b/libubacktrace/backtrace.c index 18b91b1bb..e5f513040 100644 --- a/libubacktrace/backtrace.c +++ b/libubacktrace/backtrace.c @@ -2,7 +2,7 @@ * 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 + * compiled with -funwind-tables option and -rdynamic to get full * symbols printed. * * Copyright (C) 2009, 2010 STMicroelectronics Ltd. |