aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2018-01-25 18:14:04 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-01-25 18:14:04 +0000
commit96f7c2a94afaa4b09091b96c1bc869db18d2c3ed (patch)
tree46a2c9696935f89af755b2fe8d3c8b5ecc549499 /libbacktrace/ChangeLog
parenta88d1f8bb2015c752fc783e168e25e5dab99a8b9 (diff)
downloadgcc-96f7c2a94afaa4b09091b96c1bc869db18d2c3ed.zip
gcc-96f7c2a94afaa4b09091b96c1bc869db18d2c3ed.tar.gz
gcc-96f7c2a94afaa4b09091b96c1bc869db18d2c3ed.tar.bz2
elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the desired CRC is zero.
* elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the desired CRC is zero. (elf_add): Don't clear *found_sym and *found_dwarf if debuginfo. From-SVN: r257062
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r--libbacktrace/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index ef9fa2e..bb449e4 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,5 +1,11 @@
2018-01-25 Ian Lance Taylor <iant@golang.org>
+ * elf.c (elf_open_debugfile_by_debuglink): Don't check CRC if the
+ desired CRC is zero.
+ (elf_add): Don't clear *found_sym and *found_dwarf if debuginfo.
+
+2018-01-25 Ian Lance Taylor <iant@golang.org>
+
* pecoff.c (coff_add): Only release syms_view if it is valid.
2018-01-25 Ian Lance Taylor <iant@golang.org>