From fb66b29c6701129f0222275eaa206f7ac8ab30cc Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 28 May 2006 08:26:15 +0000 Subject: [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe 2006-05-28 Paul Jakma * configure.ac: Check for Sun libc printstack(), add a general HAVE_STACK_TRACE define for lib/log.c, if any supported stack symbol dumping function is found (glibc backtrace/sun libc printstack). * log.c: (general) Add support for Sun libc printstack(). (hex_append) make the cpp conditional on general HAVE_STACK_TRACE define. (zlog_backtrace_sigsafe) Ditto. Add printstack() version of the the DUMP macro in this function. --- lib/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 90ddd07e..5d096364 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -7,6 +7,11 @@ we still need it on GNU Libc for mallinfo(). * vty.c: (vty_log/vty_log_fixed) dont crash if called when vty hasn't been initiliased. + * log.c: (general) Add support for Sun libc printstack(). + (hex_append) make the cpp conditional on general HAVE_STACK_TRACE + define. + (zlog_backtrace_sigsafe) Ditto. Add printstack() version of the + the DUMP macro in this function. 2006-05-21 Andrew J. Schorr -- cgit v1.2.1