On Tue, Mar 21, 2023 at 8:18 PM Tom Tromey wrote: > Minimal symbols, partial symbols, and partial symtabs all use > unrelocated addresses right now. This series converts these to use > the unrelocated_addr type, revealing (I believe) a few latent bugs. > > Regression tested on x86-64 Fedora 36. > > Tom > > --- > Tom Tromey (6): > Use function_view in gdb_bfd_lookup_symbol > Move definition of unrelocated_addr earlier > Use unrelocated_addr in partial symbol tables > Use unrelocated_addr in psymbols > Use unrelocated_addr in minimal symbols > Rename "raw" to "unrelocated" > > I can confirm the series show no regressions on Fedora 38, x86_64 machine. >