summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-05-28 08:26:15 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-05-28 08:26:15 +0000
commitfb66b29c6701129f0222275eaa206f7ac8ab30cc (patch)
treeb9a3d53d867ead2e9f8dbb8c1add9c2eb63b1943 /ChangeLog
parenta4b303038363185f60dfef7023cb02715a9a4315 (diff)
[lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe
2006-05-28 Paul Jakma <paul.jakma@sun.com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f36e31e2..efe392d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
enable debug options.
Add a check for GNU Make and warn the user if it does not appear
to be the make used.
+ 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).
2006-05-10 Paul Jakma <paul.jakma@sun.com>