RISC-V: Support the ISA-dependent CSR checking.
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 64ee101d83667a3e760148ddf4694056f69d0416..3fc6f5cb4a2525e29879070e7aebbd365b48b356 100644 (file)
@@ -1,5 +1,5 @@
 # ; -*- mode: sh ; -*-
-# Copyright (C) 2013-2019 Free Software Foundation, Inc.
+# Copyright (C) 2013-2020 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -276,7 +276,8 @@ case ${gdb_host} in
                ;;
            riscv*)
                # Host: RISC-V, running Linux
-               NATDEPFILES="${NATDEPFILES} riscv-linux-nat.o"
+               NATDEPFILES="${NATDEPFILES} riscv-linux-nat.o \
+               nat/riscv-linux-tdesc.o"
                ;;
            s390)
                # Host: S390, running Linux
@@ -445,8 +446,9 @@ case ${gdb_host} in
        case ${gdb_host_cpu} in
            i386)
                # Host: OpenBSD/amd64
-               NATDEPFILES="${NATDEPFILES} obsd-nat.o amd64-nat.o \
-               x86-bsd-nat.o amd64-bsd-nat.o amd64-obsd-nat.o bsd-kvm.o"
+               NATDEPFILES="${NATDEPFILES} obsd-nat.o amd64-nat.o x86-nat.o \
+               x86-bsd-nat.o amd64-bsd-nat.o amd64-obsd-nat.o bsd-kvm.o \
+               nat/x86-dregs.o"
                LOADLIBES='-lkvm'
                ;;
            mips)
@@ -484,21 +486,4 @@ case ${gdb_host} in
                ;;
        esac
        ;;
-    spu-linux)
-       case ${gdb_host_cpu} in
-           powerpc)
-               # Target: Cell BE (PowerPC64 + SPU)
-               # This implements a 'pseudo-native' GDB running on the
-               # PPU side of the Cell BE and debugging the SPU side.
-               NAT_FILE=
-               NAT_CDEPS=
-               LOADLIBES=
-               NATDEPFILES='spu-linux-nat.o \
-                     inf-ptrace.o fork-child.o nat/fork-inferior.o \
-                     nat/linux-procfs.o nat/linux-ptrace.o \
-                     nat/linux-waitpid.o \
-                     nat/linux-personality.o nat/linux-namespaces.o'
-               ;;
-       esac
-       ;;
 esac
This page took 0.024589 seconds and 4 git commands to generate.