From dde3199641447b2dcd927c0fa8e9d967799f1dac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 22 Oct 2004 21:08:43 +0000 Subject: Update. * debug/execinfo.h: Remove __THROW from backtrace prototype. 2004-10-22 Jakub Jelinek * sysdeps/i386/Makefile (CFLAGS-backtrace.c): Add -fexceptions. * sysdeps/i386/backtrace.c: Include , , and . Remove include. (struct trace_arg): New type. (unwind_backtrace, unwind_getip, unwind_getcfa, unwind_getgr): New fn pointers resp. macros. (init, backtrace_helper): New functions. (__backtrace): Rewritten to use _Unwind_Backtrace first and fall back to frame pointer walking. 2004-10-22 Ulrich Drepper --- debug/execinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/execinfo.h') diff --git a/debug/execinfo.h b/debug/execinfo.h index ff11c0c314..fa9927c71a 100644 --- a/debug/execinfo.h +++ b/debug/execinfo.h @@ -25,7 +25,7 @@ __BEGIN_DECLS /* Store up to SIZE return address of the current program state in ARRAY and return the exact number of values stored. */ -extern int backtrace (void **__array, int __size) __THROW __nonnull ((1)); +extern int backtrace (void **__array, int __size) __nonnull ((1)); /* Return names of functions from the backtrace list in ARRAY in a newly -- cgit v1.2.3