]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix self-test crash
authorTom Tromey <tromey@adacore.com>
Fri, 17 Jan 2025 17:49:24 +0000 (10:49 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 17 Jan 2025 17:51:06 +0000 (10:51 -0700)
commit56535ffb619362d5f492fddc15aa6aaee47baab4
tree149e008499cde126e5fa10bc21eb8687676c7fb8
parent6b3000a544a37fcabf59371cb9bba15faf53eb85
Fix self-test crash

My earlier changes introduced a self-test crash.  This patch fixes the
bug by introducing a new method overload into mock_mapped_index.
gdb/dwarf2/read-gdb-index.c