From 8d9371a56f4575053af05488a77cb006b69bdbcc Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 15 Jan 1998 03:44:01 +0000 Subject: [PATCH] * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}: Remove, no longer used. --- gdb/ChangeLog | 5 +++++ gdb/config/mips/.Sanitize | 4 ---- gdb/config/mips/r3900.mt | 5 ----- gdb/config/mips/r3900l.mt | 5 ----- gdb/config/mips/tm-r3900.h | 24 ------------------------ gdb/config/mips/tm-r3900l.h | 21 --------------------- 6 files changed, 5 insertions(+), 59 deletions(-) delete mode 100644 gdb/config/mips/r3900.mt delete mode 100644 gdb/config/mips/r3900l.mt delete mode 100644 gdb/config/mips/tm-r3900.h delete mode 100644 gdb/config/mips/tm-r3900l.h 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 + + * 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 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" -- 2.7.4