aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/mips/.Sanitize4
-rw-r--r--gdb/config/mips/r3900.mt5
-rw-r--r--gdb/config/mips/r3900l.mt5
-rw-r--r--gdb/config/mips/tm-r3900.h24
-rw-r--r--gdb/config/mips/tm-r3900l.h21
6 files changed, 5 insertions, 59 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 83b4e1f..95c3c30 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com>
+
+ * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
+ Remove, no longer used.
+
start-sanitize-d30v
Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com>
diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize
index f8c0c91..505b56a 100644
--- a/gdb/config/mips/.Sanitize
+++ b/gdb/config/mips/.Sanitize
@@ -121,10 +121,6 @@ xm-news-mips.h
xm-riscos.h
Things-to-lose:
-r3900.mt
-r3900l.mt
-tm-r3900.h
-tm-r3900l.h
Do-last:
diff --git a/gdb/config/mips/r3900.mt b/gdb/config/mips/r3900.mt
deleted file mode 100644
index 9b38a4d..0000000
--- a/gdb/config/mips/r3900.mt
+++ /dev/null
@@ -1,5 +0,0 @@
-# Target: Big-endian mips board, typically an IDT.
-TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
-TM_FILE= tm-r3900.h
-SIM_OBS = remote-sim.o
-SIM = ../sim/mips/libsim.a
diff --git a/gdb/config/mips/r3900l.mt b/gdb/config/mips/r3900l.mt
deleted file mode 100644
index 755cee1..0000000
--- a/gdb/config/mips/r3900l.mt
+++ /dev/null
@@ -1,5 +0,0 @@
-# Target: Big-endian mips board, typically an IDT.
-TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
-TM_FILE= tm-r3900l.h
-SIM_OBS = remote-sim.o
-SIM = ../sim/mips/libsim.a
diff --git a/gdb/config/mips/tm-r3900.h b/gdb/config/mips/tm-r3900.h
deleted file mode 100644
index 47bcfb5..0000000
--- a/gdb/config/mips/tm-r3900.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright (C) 1993 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. */
-
-#define TARGET_BYTE_ORDER_SELECTABLE
-
-#include "mips/tm-bigmips.h"
-
-#undef DEFAULT_MIPS_TYPE
-#define DEFAULT_MIPS_TYPE "r3051"
diff --git a/gdb/config/mips/tm-r3900l.h b/gdb/config/mips/tm-r3900l.h
deleted file mode 100644
index 361c9f9..0000000
--- a/gdb/config/mips/tm-r3900l.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Copyright (C) 1993 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. */
-
-#define TARGET_BYTE_ORDER_SELECTABLE
-
-#include "mips/tm-mips.h"