diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-01-15 03:44:01 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-01-15 03:44:01 +0000 |
commit | 8d9371a56f4575053af05488a77cb006b69bdbcc (patch) | |
tree | b55976c16dd04bb49751afe5fd8110e891fa845e /gdb/config | |
parent | 6bbfec6cdac2d2b5787e7c331b40b777e6eefcc0 (diff) | |
download | gdb-8d9371a56f4575053af05488a77cb006b69bdbcc.zip gdb-8d9371a56f4575053af05488a77cb006b69bdbcc.tar.gz gdb-8d9371a56f4575053af05488a77cb006b69bdbcc.tar.bz2 |
* config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
Remove, no longer used.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/.Sanitize | 4 | ||||
-rw-r--r-- | gdb/config/mips/r3900.mt | 5 | ||||
-rw-r--r-- | gdb/config/mips/r3900l.mt | 5 | ||||
-rw-r--r-- | gdb/config/mips/tm-r3900.h | 24 | ||||
-rw-r--r-- | gdb/config/mips/tm-r3900l.h | 21 |
5 files changed, 0 insertions, 59 deletions
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" |