* dwarf2.c (struct line_head) [total_length]: Change type to
authorJakub Jelinek <jakub@redhat.com>
Wed, 14 Nov 2001 11:16:47 +0000 (11:16 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 14 Nov 2001 11:16:47 +0000 (11:16 +0000)
commitd03ba2a185802111cea970f8d7e01321fc9fb039
treea24505bd042461b82555173c6582d33a5e9a8d53
parent032758dc555081e5b39bd684ada37b8571a9a729
* dwarf2.c (struct line_head) [total_length]: Change type to
bfd_vma.
(struct dwarf2_debug): Add dwarf_str_buffer and dwarf_str_size.
(struct comp_unit): Add stash and offset_size.
(read_8_bytes): Return bfd_vma.
(read_indirect_string): New.
(read_attribute): Handle DW_FORM_strp.
(decode_line_info): Support 64-bit DWARF format.
(_bfd_dwarf2_find_nearest_line): Likewise.
(parse_comp_unit): Set offset_size and stash.
bfd/ChangeLog
bfd/dwarf2.c