aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2014-06-24 12:17:09 -0700
committerCary Coutant <ccoutant@google.com>2014-06-24 12:17:09 -0700
commitcb818dbff5d914dccffadfdba68e32a324aa4334 (patch)
treef3b2a45f71da0df0a9ffac5056cfcb539dc4f2d9 /gold/ChangeLog
parentf179cf97a071940bfce6879aa59dbac66ffca391 (diff)
downloadgdb-cb818dbff5d914dccffadfdba68e32a324aa4334.zip
gdb-cb818dbff5d914dccffadfdba68e32a324aa4334.tar.gz
gdb-cb818dbff5d914dccffadfdba68e32a324aa4334.tar.bz2
Fix dwp to allow intermediate .dwp files with no .debug_types sections.
gold/ * dwp.cc (Dwo_file::read): Allow files with no .debug_types sections. (Dwo_file::sized_read_unit_index): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 04a3637..1e90dce 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-24 Cary Coutant <ccoutant@google.com>
+
+ * dwp.cc (Dwo_file::read): Allow files with no .debug_types
+ sections.
+ (Dwo_file::sized_read_unit_index): Likewise.
+
2014-06-23 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
* mips.cc: New file.