aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-01-09 17:40:05 +0000
committerDoug Evans <dje@google.com>2012-01-09 17:40:05 +0000
commit9ff913ba1be12d6083a65171846cf6dfd04b3ff1 (patch)
tree19e877dd4e2547793babf69d48ee132c0794f74a /gdb/ChangeLog
parent1a4eeb98116176cb9a3e33a057bc2700a9e0d736 (diff)
downloadgdb-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/ChangeLog10
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.