From 33521509a82eeed8e657642db2c2846cc9685bab Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 12 Nov 2012 21:24:19 +0000 Subject: configure.ac: Check for getexecname. * configure.ac: Check for getexecname. * fileline.c: #include . Define getexecname if not available. (fileline_initialize): Try to find the executable in a few different ways. * print.c (error_callback): Only print the filename if it came from the backtrace state. * configure, config.h.in: Rebuild. Co-Authored-By: Gerald Pfeifer Co-Authored-By: Rainer Orth From-SVN: r193454 --- libbacktrace/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libbacktrace/ChangeLog') diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 91e1c9e..dcd49d0 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,16 @@ +2012-11-12 Ian Lance Taylor + Rainer Orth + Gerald Pfeifer + + * configure.ac: Check for getexecname. + * fileline.c: #include . Define getexecname if not + available. + (fileline_initialize): Try to find the executable in a few + different ways. + * print.c (error_callback): Only print the filename if it came + from the backtrace state. + * configure, config.h.in: Rebuild. + 2012-10-29 Ian Lance Taylor * mmap.c (backtrace_vector_release): Correct last patch: add -- cgit v1.1