Move unrelocated_addr to common-types.h
authorTom Tromey <tromey@adacore.com>
Wed, 19 Apr 2023 19:36:56 +0000 (13:36 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 5 Jun 2023 15:59:18 +0000 (09:59 -0600)
commite30deeb0366a978bc45f8c021ef1e51f5e949c87
treed127aaf9c7761480290a3066a695658902135db9
parent987bdf4dfdbdfddc8496712df7f536a6a1a99baf
Move unrelocated_addr to common-types.h

unrelocated_addr is currently defined in symtab.h, but in order to
avoid having to include that in more places, I wanted to move the type
elsewhere.  I considered defs.h, but it seemed reasonable to have it
next to CORE_ADDR, which is what this patch does.
gdb/symtab.h
gdbsupport/common-types.h