commit | 88a981942d16cbf4a75581aa72744e8d778bcd38 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu May 27 14:59:32 2021 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Apr 12 09:31:16 2022 -0600 |
tree | fde8dd3b213b0f9c8287cbc0f8da9b6e02dabd38 | |
parent | 58f707487b8b67237dd798c48c098c7fb21f03bb [diff] |
Change the key type in psym_index_map In order to change the DWARF index writer to avoid partial symtabs, this patch changes the key type in psym_index_map (and renames that type as well). Using the dwarf2_per_cu_data as the key makes it simpler to reuse this code with the new indexer.