On Tue, Feb 27, 2024 at 10:42 PM Tom Tromey wrote: > There are a few spots in the tree that use 'addrmap' where only an > addrmap_fixed will ever really be seen. This patch changes this code > to use the more specific type. > --- > gdb/block.h | 10 +++++----- > gdb/dwarf2/cooked-index.h | 2 +- > gdb/dwarf2/read.h | 2 +- > 3 files changed, 7 insertions(+), 7 deletions(-) > > > A reasonable change. I can confirm this change does not introduce any regressions on aarch64 with Fedora Rawhide.