aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-05 05:54:31 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-05 05:54:31 +0000
commita752853e6e53b090ab92ff4e29e6efe2bbac28f9 (patch)
tree9c8be7739b1e789db5846edebb5151dd7daf71d8 /gdb/config/powerpc
parentd7449b42d3ecdf244e2ba02be9aa58b503524272 (diff)
downloadgdb-a752853e6e53b090ab92ff4e29e6efe2bbac28f9.zip
gdb-a752853e6e53b090ab92ff4e29e6efe2bbac28f9.tar.gz
gdb-a752853e6e53b090ab92ff4e29e6efe2bbac28f9.tar.bz2
Remove obsolete MacOS support.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/macos.mh4
-rw-r--r--gdb/config/powerpc/macos.mt3
-rw-r--r--gdb/config/powerpc/nm-macos.h21
-rw-r--r--gdb/config/powerpc/tm-macos.h27
4 files changed, 0 insertions, 55 deletions
diff --git a/gdb/config/powerpc/macos.mh b/gdb/config/powerpc/macos.mh
deleted file mode 100644
index 63b0648..0000000
--- a/gdb/config/powerpc/macos.mh
+++ /dev/null
@@ -1,4 +0,0 @@
-# Host: PowerMac (PowerPC running MacOS)
-
-NATDEPFILES= mac-nat.o
-NAT_FILE= nm-macos.h
diff --git a/gdb/config/powerpc/macos.mt b/gdb/config/powerpc/macos.mt
deleted file mode 100644
index 31a4fdf..0000000
--- a/gdb/config/powerpc/macos.mt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Target: PowerMac (PowerPC running MacOS)
-TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o solib.o solib-svr4.o
-TM_FILE= tm-macos.h
diff --git a/gdb/config/powerpc/nm-macos.h b/gdb/config/powerpc/nm-macos.h
deleted file mode 100644
index 820cbdb..0000000
--- a/gdb/config/powerpc/nm-macos.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* PowerMac native-dependent macros for GDB, the GNU debugger.
- Copyright 1995 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
-
-/* Nothing needed, at least so far. */
diff --git a/gdb/config/powerpc/tm-macos.h b/gdb/config/powerpc/tm-macos.h
deleted file mode 100644
index 00029f2..0000000
--- a/gdb/config/powerpc/tm-macos.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Macro definitions for Power PC running MacOS.
- Copyright 1995, 2000 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
-
-/* Use generic RS6000 definitions. */
-#include "rs6000/tm-rs6000.h"
-
-/* Use generic shared library machinery. */
-#include "solib.h"
-
-#define GDB_TARGET_POWERPC