[gdb/testsuite] Accept new complex print style in mixed-lang-stack.exp
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 77a2ee80839d04ea8a3fbc6fc6dc077d586d4203..83ffdb80486d9f993e1e5e081a84dfcae5f11daf 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.
 #
@@ -137,7 +137,7 @@ case ${gdb_host} in
            i386)
                # Native config information for GDB on amd64
                # systems running Cygwin.
-               NATDEPFILES="${NATDEPFILES} amd64-windows-nat.o"
+               NATDEPFILES="${NATDEPFILES} i386-windows-nat.o amd64-windows-nat.o"
                ;;
        esac
        ;;
@@ -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
@@ -324,7 +325,7 @@ case ${gdb_host} in
     mingw64)
        case ${gdb_host_cpu} in
            i386)
-               NATDEPFILES="${NATDEPFILES} amd64-windows-nat.o"
+               NATDEPFILES="${NATDEPFILES} i386-windows-nat.o amd64-windows-nat.o"
                ;;
        esac
        ;;
@@ -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)
This page took 0.025172 seconds and 4 git commands to generate.