Ensure proc-service symbols have default visibility (PR build/24805)
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 64ee101d83667a3e760148ddf4694056f69d0416..fb4522f5799b802737056e42629ef57ca3c1c08c 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.
 #
@@ -445,8 +445,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 +485,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.023592 seconds and 4 git commands to generate.