diff options
author | Doug Evans <dje@google.com> | 2012-01-09 17:40:05 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-01-09 17:40:05 +0000 |
commit | 9ff913ba1be12d6083a65171846cf6dfd04b3ff1 (patch) | |
tree | 19e877dd4e2547793babf69d48ee132c0794f74a /gdb/ChangeLog | |
parent | 1a4eeb98116176cb9a3e33a057bc2700a9e0d736 (diff) | |
download | gdb-9ff913ba1be12d6083a65171846cf6dfd04b3ff1.zip gdb-9ff913ba1be12d6083a65171846cf6dfd04b3ff1.tar.gz gdb-9ff913ba1be12d6083a65171846cf6dfd04b3ff1.tar.bz2 |
* dwarf2read.c (read_and_check_comp_unit_head): Renamed from
partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
"abfd" args with "section". All callers updated.
Error checking code moved ...
(error_check_comp_unit_head): ... here. New function.
(read_and_check_type_unit_head): Renamed from read_type_unit_head.
Delete arg "abfd". New arg "type_offset". All callers updated.
(create_debug_types_hash_table): Simplify by using
read_and_check_type_unit_head.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 64ebd3b..b66a56c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2012-01-09 Doug Evans <dje@google.com> + * dwarf2read.c (read_and_check_comp_unit_head): Renamed from + partial_read_comp_unit_head. Replace "buffer", "buffer_size" and + "abfd" args with "section". All callers updated. + Error checking code moved ... + (error_check_comp_unit_head): ... here. New function. + (read_and_check_type_unit_head): Renamed from read_type_unit_head. + Delete arg "abfd". New arg "type_offset". All callers updated. + (create_debug_types_hash_table): Simplify by using + read_and_check_type_unit_head. + * parser-defs.h (namecopy): Delete. * parse.c (namecopy, namecopy_size): Move into copy_name. |