aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2006-01-17 22:01:42 +0000
committerJim Blandy <jimb@codesourcery.com>2006-01-17 22:01:42 +0000
commitfe1b8b76fda5fe9b9612c6ca76c11a9e258a3750 (patch)
tree7f809317014d63930de70faa5bbfaaa2b32f8fe4 /gdb/ChangeLog
parentc9021189f60aa6e22a8e1d2e541cdb67285b3987 (diff)
downloadgdb-fe1b8b76fda5fe9b9612c6ca76c11a9e258a3750.zip
gdb-fe1b8b76fda5fe9b9612c6ca76c11a9e258a3750.tar.gz
gdb-fe1b8b76fda5fe9b9612c6ca76c11a9e258a3750.tar.bz2
2006-01-17 Jim Blandy <jimb@redhat.com>
* dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head) (struct line_header, struct partial_die_info, struct dwarf_block): Use gdb_byte for members that refer to Dwarf section contents. (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines, dwarf_decode_macros, load_comp_unit, load_partial_dies, locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev, read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes, read_8_bytes, read_address, read_attribute, read_attribute_value, read_comp_unit, read_comp_unit_head, read_die_and_children, read_die_and_siblings, read_full_die, read_indirect_string, read_initial_length, read_n_bytes, read_offset, read_partial_die, read_signed_leb128, read_string, read_unsigned_leb128, skip_children, skip_leb128, skip_one_die): Same.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ee9eb3f..0c666c0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2006-01-17 Jim Blandy <jimb@redhat.com>
+
+ * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
+ (struct line_header, struct partial_die_info, struct dwarf_block):
+ Use gdb_byte for members that refer to Dwarf section contents.
+ (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
+ dwarf_decode_macros, load_comp_unit, load_partial_dies,
+ locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
+ read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
+ read_8_bytes, read_address, read_attribute, read_attribute_value,
+ read_comp_unit, read_comp_unit_head, read_die_and_children,
+ read_die_and_siblings, read_full_die, read_indirect_string,
+ read_initial_length, read_n_bytes, read_offset, read_partial_die,
+ read_signed_leb128, read_string, read_unsigned_leb128,
+ skip_children, skip_leb128, skip_one_die): Same.
+
2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
* complaints.c (stop_whining): Make signed.