diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-08-04 16:25:30 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-08-04 16:25:30 +0000 |
commit | 613e1657593fd78b147d5b1f700e331327a073e9 (patch) | |
tree | 1c7dac5fc45ba3e475bb3849a0bb84710a58b3ce /gdb/ChangeLog | |
parent | 7dca057bba81fc2531ec3b4c9f15f03ab1667c64 (diff) | |
download | gdb-613e1657593fd78b147d5b1f700e331327a073e9.zip gdb-613e1657593fd78b147d5b1f700e331327a073e9.tar.gz gdb-613e1657593fd78b147d5b1f700e331327a073e9.tar.bz2 |
DWARF2.1 64-bit support.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 82f34a4..5c8baad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,23 @@ +2000-08-04 Kevin Buettner <kevinb@redhat.com> + + * dwarf2read.c (struct comp_unit_head): Add fields offset_size + and initial_length_size. Change type of ``length'' field to long. + (read_initial_length, read_offset): New functions. + (dwarf2_build_psymtabs_easy): Call read_initial_length() instead + of just reading 4 bytes. + (read_comp_unit_head): Likewise; also, call read_offset() to + fetch the offset instead of just reading 4 bytes. + (dwarf_decode_lines): Likewise. + (read_comp_unit_head): Fix internal error message so it + accurately reflects the function in which the error occurred. + (dwarf2_build_psymtabs_hard): Properly account for size of the + initial length field in the section. + (read_attribute, dwarf2_get_ref_die_offset): Add a case for + DW_ORM_ref8. + (dwarf2_build_psymtabs_hard, psymtabs_to_symtab_1): Don't + assume that the .text section will have index 0 in the + section_offsets table. + Fri Aug 4 18:00:41 2000 Andrew Cagney <cagney@b1.cygnus.com> * remote.c (enum Z_packet_type): Define. |