Fix self-test failure in addrmap
authorTom Tromey <tom@tromey.com>
Sun, 12 Jun 2022 21:53:40 +0000 (15:53 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 12 Jun 2022 21:55:36 +0000 (15:55 -0600)
commitaa09537375eb92448b2ba4ac5af5abac06c54cfc
tree282b956d835e99bd039295c35378284ca8fd4b6f
parent32681b482a3a38e240100ddd00280a3db5716874
Fix self-test failure in addrmap

Mark pointed out that my recent addrmap C++-ficiation changes caused a
regression in the self-tests.  This patch fixes the problem by
updating this test not to allocate the mutable addrmap on an obstack.
gdb/addrmap.c