diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-04-29 00:17:54 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-04-29 00:17:54 +0000 |
commit | deb69bfbb000339fbef316916cf6c46156c6af1b (patch) | |
tree | 68a64bd81358bb0beead8a3bd580dbeb170731df /libbacktrace | |
parent | d71308d5a681de008888ea291136c162e5b46c7c (diff) | |
download | gcc-deb69bfbb000339fbef316916cf6c46156c6af1b.zip gcc-deb69bfbb000339fbef316916cf6c46156c6af1b.tar.gz gcc-deb69bfbb000339fbef316916cf6c46156c6af1b.tar.bz2 |
Daily bump.
Diffstat (limited to 'libbacktrace')
-rw-r--r-- | libbacktrace/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index e947983..b6be5c8 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,13 @@ +2024-04-28 Ian Lance Taylor <iant@golang.org> + + * configure.ac: Checked for tlhelp32.h + * pecoff.c: Include <tlhelp32.h> if available. + (backtrace_initialize): Use tlhelp32 api for a snapshot to + detect loaded modules. + (coff_add): New argument for the module handle of the file, + to get the base address. + * configure, config.h.in: Regenerate. + 2024-04-23 Ian Lance Taylor <iant@golang.org> * configure.ac: Test --compress-debug-sections=zlib-gnu and |