PR25230, dwarf2.c per file stash
authorAlan Modra <amodra@gmail.com>
Sat, 30 Nov 2019 06:27:55 +0000 (16:57 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 3 Dec 2019 05:57:29 +0000 (16:27 +1030)
commit99b06c600f0f5cb730cbdab9c3bb8b1f9317e0a1
tree3d5e03311bf14492193b02ec6af986ce9189136f
parent019cc8758a68d016db920f96de3273a2824929d1
PR25230, dwarf2.c per file stash

This is just moving things around, in preparation for parsing alt
file debug_info.

PR 25230
* dwarf2.c (struct dwarf2_debug_file): New struct.
(struct dwarf2_debug): Delete fields now in dwarf2_debug_file.
Add f, alt fields.
(struct comp_unit): Add file field.
(read_indirect_string, read_indirect_line_string): Adjust to suit.
(read_alt_indirect_string, read_alt_indirect_ref): Likewise.
(read_debug_ranges, find_abstract_instance, read_rangelist): Likewise.
(_bfd_dwarf2_stash_syms, place_sections): Likewise.
(stash_maybe_update_info_hash_tablse): Likewise.
(stash_verify_info_hash_table): Likewise.
(_bfd_dwarf2_slurp_debug_info): Likewise.
(_bfd_dwarf2_find_symbol_bias): Likewise.
(_bfd_dwarf2_find_nearest_line): Likewise.
(_bfd_dwarf2_cleanup_debug_info): Likewise.
(read_abbrevs): Add file param and adjust.  Update calls.
(stash_comp_unit): Likewise.
(decode_line_info): Delete stash param and adjust.  Update calls.
(comp_unit_find_nearest_line): Likewise.
(comp_unit_maybe_decode_line_info): Likewise.
(comp_unit_find_line): Likewise.
(parse_comp_unit): Add file and info_ptr param and adjust.  Update
calls.
bfd/ChangeLog
bfd/dwarf2.c
This page took 0.025824 seconds and 4 git commands to generate.