diff options
author | Jakub Jelinek <jakub@redhat.com> | 2001-11-14 11:16:47 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2001-11-14 11:16:47 +0000 |
commit | d03ba2a185802111cea970f8d7e01321fc9fb039 (patch) | |
tree | a24505bd042461b82555173c6582d33a5e9a8d53 /bfd/ChangeLog | |
parent | 032758dc555081e5b39bd684ada37b8571a9a729 (diff) | |
download | gdb-d03ba2a185802111cea970f8d7e01321fc9fb039.zip gdb-d03ba2a185802111cea970f8d7e01321fc9fb039.tar.gz gdb-d03ba2a185802111cea970f8d7e01321fc9fb039.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d99f9b0..cca7f01 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2001-11-14 Jakub Jelinek <jakub@redhat.com> + + * 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. + 2001-11-13 Keith Walker <keith.walker@arm.com> * dwarf2.c (read_attribute_value): New function to handle |