gdb: add arc-newlib-tdep.c to ALL_TARGET_OBS

This file is currently not compiled in an --enable-targets=all build,
but it should be.  Add it to ALL_TARGET_OBS.

Update the gdbarch_tdep call that commit 345bd07cce33 ("gdb: fix
gdbarch_tdep ODR violation") forgot to update.

Change-Id: I86248a01493eea5e70186e9c46a298ad3994b034
This commit is contained in:
Simon Marchi
2021-11-15 21:19:30 -05:00
parent a66ddb5899
commit 2d2bb0d3f2
2 changed files with 2 additions and 1 deletions

View File

@ -724,6 +724,7 @@ ALL_64_TARGET_OBS = \
ALL_TARGET_OBS = \
aarch32-tdep.o \
arc-linux-tdep.o \
arc-newlib-tdep.o \
arc-tdep.o \
arch/aarch32.o \
arch/arc.o \

View File

@ -36,7 +36,7 @@ arc_newlib_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch)
{
arc_newlib_debug_printf ("Initialization.");
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
arc_gdbarch_tdep *tdep = (arc_gdbarch_tdep *) gdbarch_tdep (gdbarch);
/* Offset of original PC in longjmp jump buffer (in registers). Value of PC
offset can be found in newlib/libc/machine/arc/setjmp.S. */