]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use gdb::unordered_map in ctfread.c
authorTom Tromey <tom@tromey.com>
Sun, 14 Sep 2025 18:33:57 +0000 (12:33 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 5 Oct 2025 20:59:01 +0000 (14:59 -0600)
commitdb0a9d95d2ea6bcce28b6e883da26efcc1490b3e
tree9c32ff9be126beafff0319bb2e61b88e0bb25fc1
parent48a5896cd434969b230d63c7f2e64021cd089fd6
Use gdb::unordered_map in ctfread.c

This changes ctfread.c to use gdb::unordered_map rather than hashtab.
This simplifies the code.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/ctfread.c