]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Convert dwarf2_cu::call_site_htab to new hash table
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 4 Nov 2024 18:27:55 +0000 (13:27 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 26 Nov 2024 03:07:04 +0000 (22:07 -0500)
commitde2b4ab50de5bfea2a8ea861510e59a95811697f
tree7da344954d7e04fb9a6910f53ec498d097172a9d
parenta5a6ba04802332630b73148efc92df6ddd69e4b7
Convert dwarf2_cu::call_site_htab to new hash table

Convert one use of htab_t, mapping (unrelocated) pc to call_site
objects, to `gdb::unordered_map<unrelocated_addr, call_site *>`.

Change-Id: I40a0903253a8589dbdcb75d52ad4d233931f6641
Approved-By: Tom Tromey <tom@tromey.com>
gdb/dwarf2/call-site.h
gdb/dwarf2/cu.h
gdb/dwarf2/read.c
gdb/symtab.c
gdb/symtab.h