diff options
author | Cary Coutant <ccoutant@google.com> | 2014-06-24 12:17:09 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2014-06-24 12:17:09 -0700 |
commit | cb818dbff5d914dccffadfdba68e32a324aa4334 (patch) | |
tree | f3b2a45f71da0df0a9ffac5056cfcb539dc4f2d9 /gold/ChangeLog | |
parent | f179cf97a071940bfce6879aa59dbac66ffca391 (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |