]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use gdb::unordered_set for Ada symbol cache
authorTom Tromey <tom@tromey.com>
Wed, 12 Mar 2025 20:45:23 +0000 (14:45 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 15 Apr 2025 23:30:48 +0000 (17:30 -0600)
commit762d4b98629734c1d971694fb3d1e9bc0806d710
tree12bf05b007db240a44585c8fac8a1328a1b86861
parent82595d9e39f684ae0e4c7a18a5b1a34ccd9c953d
Use gdb::unordered_set for Ada symbol cache

This changes the Ada symbol cache to use gdb::unordered_set rather
than an htab.

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