Change the key type in psym_index_map
authorTom Tromey <tom@tromey.com>
Thu, 27 May 2021 20:59:32 +0000 (14:59 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 12 Apr 2022 15:31:16 +0000 (09:31 -0600)
commit88a981942d16cbf4a75581aa72744e8d778bcd38
treefde8dd3b213b0f9c8287cbc0f8da9b6e02dabd38
parent58f707487b8b67237dd798c48c098c7fb21f03bb
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.
gdb/dwarf2/index-write.c