diff options
author | Doug Evans <dje@google.com> | 2012-06-27 00:35:33 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-06-27 00:35:33 +0000 |
commit | 4bdcc0c1140adf94ef79af7f5d34e77cf5f2d5b8 (patch) | |
tree | eec020401db16c292cd352372b8db11d910ffaf3 /gdb/ChangeLog | |
parent | ee0bf529c3da511fd32d4a997bf958a6af28b582 (diff) | |
download | gdb-4bdcc0c1140adf94ef79af7f5d34e77cf5f2d5b8.zip gdb-4bdcc0c1140adf94ef79af7f5d34e77cf5f2d5b8.tar.gz gdb-4bdcc0c1140adf94ef79af7f5d34e77cf5f2d5b8.tar.bz2 |
* dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
prototype.
(error_check_comp_unit_head): New arg abbrev_section. All callers
updated.
(read_and_check_comp_unit_head): Ditto.
(read_and_check_type_unit_head): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d69449a..05c8b06 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2012-06-26 Doug Evans <dje@google.com> + + * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary + prototype. + (error_check_comp_unit_head): New arg abbrev_section. All callers + updated. + (read_and_check_comp_unit_head): Ditto. + (read_and_check_type_unit_head): Ditto. + 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> New attribute 'last' for gdb.Symtab_and_line. |