AArch64: Add MTE CPU feature check support
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 36ef45d455966a0a8c553026b348e7ef859c520b..49202d4653dff2414bff7df82154422c29d25493 100644 (file)
@@ -730,7 +730,6 @@ ALL_TARGET_OBS = \
        arm-netbsd-tdep.o \
        arm-obsd-tdep.o \
        arm-pikeos-tdep.o \
-       arm-symbian-tdep.o \
        arm-tdep.o \
        arm-wince-tdep.o \
        avr-tdep.o \
@@ -809,6 +808,7 @@ ALL_TARGET_OBS = \
        ravenscar-thread.o \
        riscv-fbsd-tdep.o \
        riscv-linux-tdep.o \
+       riscv-none-tdep.o \
        riscv-ravenscar-thread.o \
        riscv-tdep.o \
        rl78-tdep.o \
@@ -1190,8 +1190,10 @@ SFILES = \
        cp-name-parser.y \
        d-exp.y \
        dtrace-probe.c \
+       elf-none-tdep.c \
        elfread.c \
        f-exp.y \
+       gcore-elf.c \
        gdb.c \
        go-exp.y \
        m2-exp.y \
@@ -1293,6 +1295,7 @@ HFILES_NO_SRCDIR = \
        frame-unwind.h \
        frv-tdep.h \
        ft32-tdep.h \
+       gcore-elf.h \
        gcore.h \
        gdb_bfd.h \
        gdb_curses.h \
@@ -1362,6 +1365,7 @@ HFILES_NO_SRCDIR = \
        netbsd-tdep.h \
        nds32-tdep.h \
        nios2-tdep.h \
+       elf-none-tdep.h \
        nto-tdep.h \
        objc-lang.h \
        objfiles.h \
@@ -1470,6 +1474,7 @@ HFILES_NO_SRCDIR = \
        arch/aarch32.h \
        arch/aarch64.h \
        arch/aarch64-insn.h \
+       arch/aarch64-mte-linux.h \
        arch/arc.h \
        arch/arm.h \
        arch/i386.h \
@@ -2168,7 +2173,6 @@ ALLDEPFILES = \
        arm-netbsd-nat.c \
        arm-netbsd-tdep.c \
        arm-obsd-tdep.c \
-       arm-symbian-tdep.c \
        arm-tdep.c \
        avr-tdep.c \
        bfin-linux-tdep.c \
@@ -2274,6 +2278,7 @@ ALLDEPFILES = \
        riscv-fbsd-tdep.c \
        riscv-linux-nat.c \
        riscv-linux-tdep.c \
+       riscv-none-tdep.c \
        riscv-ravenscar-thread.c \
        riscv-tdep.c \
        rl78-tdep.c \
This page took 0.02586 seconds and 4 git commands to generate.