gdb: adjust gdbarch_tdep calls in nat files
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 15 Nov 2021 20:22:34 +0000 (15:22 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 16 Nov 2021 02:39:16 +0000 (21:39 -0500)
commitaa70a99eb03444f41f50e100c9b1e00e9a32cde9
treeec0747ecf73c9e88e8ee3e5de86f129bf88dab64
parent39cdfdb2614ae5654f5aa77792085b37cb342929
gdb: adjust gdbarch_tdep calls in nat files

Commit 345bd07cce33 ("gdb: fix gdbarch_tdep ODR violation") forgot to
update the gdbarch_tdep calls in the native files other than x86-64
Linux.  This patch updates them all (to the best of my knowledge).
These are the files I was able to build-test:

  aarch64-linux-nat.c
  amd64-bsd-nat.c
  arm-linux-nat.c
  ppc-linux-nat.c
  windows-nat.c
  xtensa-linux-nat.c

And these are the ones I could not build-test:

  aix-thread.c
  arm-netbsd-nat.c
  ppc-fbsd-nat.c
  ppc-netbsd-nat.c
  ia64-tdep.c (the part that needs libunwind)
  ppc-obsd-nat.c
  rs6000-nat.c

If there are still some build problems related to gdbarch_tdep in them,
they should be pretty obvious to fix.

Change-Id: Iaa3d791a850e4432973757598e634e3da6061428
13 files changed:
gdb/aarch64-linux-nat.c
gdb/aix-thread.c
gdb/amd64-bsd-nat.c
gdb/arm-linux-nat.c
gdb/arm-netbsd-nat.c
gdb/ia64-tdep.c
gdb/ppc-fbsd-nat.c
gdb/ppc-linux-nat.c
gdb/ppc-netbsd-nat.c
gdb/ppc-obsd-nat.c
gdb/rs6000-nat.c
gdb/windows-nat.c
gdb/xtensa-linux-nat.c