gdb/riscv: Add target description support
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 5c04a59a07ab820c16917ef33f0d06418abd23d0..4001bcbc07cd85734541ab87e0997ae7f5e30f67 100644 (file)
@@ -408,6 +408,7 @@ SUBDIR_UNITTESTS_SRCS = \
        unittests/array-view-selftests.c \
        unittests/cli-utils-selftests.c \
        unittests/common-utils-selftests.c \
+       unittests/copy_bitwise-selftests.c \
        unittests/environ-selftests.c \
        unittests/format_pieces-selftests.c \
        unittests/function-view-selftests.c \
@@ -627,6 +628,7 @@ ALL_64_TARGET_OBS = \
        aarch64-fbsd-tdep.o \
        aarch64-linux-tdep.o \
        aarch64-newlib-tdep.o \
+       aarch64-ravenscar-thread.o \
        aarch64-tdep.o \
        alpha-bsd-tdep.o \
        alpha-linux-tdep.o \
@@ -665,6 +667,7 @@ ALL_TARGET_OBS = \
        arch/arm-linux.o \
        arch/i386.o \
        arch/ppc-linux-common.o \
+       arch/riscv.o \
        arm-bsd-tdep.o \
        arm-fbsd-tdep.o \
        arm-linux-tdep.o \
@@ -1168,6 +1171,7 @@ SFILES = \
 # right, it is probably easiest just to list .h files here directly.
 
 HFILES_NO_SRCDIR = \
+       aarch64-ravenscar-thread.h \
        aarch64-tdep.h \
        ada-lang.h \
        addrmap.h \
@@ -1415,6 +1419,7 @@ HFILES_NO_SRCDIR = \
        arch/i386.h \
        arch/ppc-linux-common.h \
        arch/ppc-linux-tdesc.h \
+       arch/riscv.h \
        cli/cli-cmds.h \
        cli/cli-decode.h \
        cli/cli-script.h \
@@ -2174,6 +2179,7 @@ ALLDEPFILES = \
        aarch64-linux-nat.c \
        aarch64-linux-tdep.c \
        aarch64-newlib-tdep.c \
+       aarch64-ravenscar-thread.c \
        aarch64-tdep.c \
        aix-thread.c \
        alpha-bsd-nat.c \
This page took 0.029793 seconds and 4 git commands to generate.