Use unrelocated_addr in minimal symbols
authorTom Tromey <tom@tromey.com>
Sun, 19 Mar 2023 16:24:27 +0000 (10:24 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 28 Mar 2023 21:12:44 +0000 (15:12 -0600)
commit9675da25357c7a3f472731ddc6eb3becc65b469a
tree54d600ccb876d7db6056c0aa97b7579878027f18
parent1ee8702db9cb2a329c9df0938667e2415b0c9e46
Use unrelocated_addr in minimal symbols

This changes minimal symbols to use unrelocated_addr.  I believe this
detected a latent bug in add_pe_forwarded_sym.
18 files changed:
gdb/coff-pe-read.c
gdb/coffread.c
gdb/dbxread.c
gdb/elfread.c
gdb/findvar.c
gdb/machoread.c
gdb/mdebugread.c
gdb/minsyms.c
gdb/minsyms.h
gdb/mips-tdep.c
gdb/mipsread.c
gdb/parse.c
gdb/printcmd.c
gdb/solib.c
gdb/symmisc.c
gdb/symtab.c
gdb/symtab.h
gdb/xcoffread.c