]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use unrelocated_addr in partial symbol tables
authorTom Tromey <tom@tromey.com>
Fri, 17 Mar 2023 22:37:15 +0000 (16:37 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 28 Mar 2023 21:12:43 +0000 (15:12 -0600)
commit584d0cdac2b1fee77adb587052decfce12077469
tree011aa24c2e4e17e2fed576477db52cc1773005dc
parent257c302c6952fb77af456a44f2ab117fa290c01b
Use unrelocated_addr in partial symbol tables

This changes partial symbol tables to use unrelocated_addr for the
text_high and text_low members.  This revealed some latent bugs in
ctfread.c, which are fixed here.
gdb/ctfread.c
gdb/dbxread.c
gdb/mdebugread.c
gdb/psympriv.h
gdb/psymtab.c
gdb/stabsread.h
gdb/xcoffread.c