diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-04 18:55:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-04 18:55:35 +0000 |
commit | 661b6ecf2ff1e01508e123f5ee333a8153845733 (patch) | |
tree | 144b9c38f60096b83e672546cfa4e2152da03935 /gdb/config | |
parent | d0fa83f2ba497b6ca44ac0ffd7c27bad25d20e42 (diff) | |
download | gdb-661b6ecf2ff1e01508e123f5ee333a8153845733.tar.gz |
2003-09-04 Andrew Cagney <cagney@redhat.com>
* configure.tgt: Add "mips64*-*-*" target. Delete
mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
mips*-sony-*, and mips64*-*-elf* targets.
* config/mips/embedl.mt: Delete file.
* config/mips/embedl64.mt: Delete file.
* config/mips/mips.mt: Delete file.
* config/mips/mips64.mt: Delete file.
* config/mips/tm-embed.h: Delete file.
* config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/embed64.mt: Delete out-of-date comment.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/embed.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/embed64.mt | 1 | ||||
-rw-r--r-- | gdb/config/mips/embedl.mt | 5 | ||||
-rw-r--r-- | gdb/config/mips/embedl64.mt | 5 | ||||
-rw-r--r-- | gdb/config/mips/mips.mt | 5 | ||||
-rw-r--r-- | gdb/config/mips/mips64.mt | 5 | ||||
-rw-r--r-- | gdb/config/mips/tm-embed.h | 20 |
7 files changed, 1 insertions, 43 deletions
diff --git a/gdb/config/mips/embed.mt b/gdb/config/mips/embed.mt index e17c5c2d4ff..3dad52bd920 100644 --- a/gdb/config/mips/embed.mt +++ b/gdb/config/mips/embed.mt @@ -1,5 +1,4 @@ -# Target: Big-endian mips board, typically an IDT. TDEPFILES= mips-tdep.o remote-mips.o -TM_FILE= tm-embed.h +TM_FILE= tm-mips.h SIM_OBS = remote-sim.o SIM = ../sim/mips/libsim.a diff --git a/gdb/config/mips/embed64.mt b/gdb/config/mips/embed64.mt index aee68aeb335..2944be10e45 100644 --- a/gdb/config/mips/embed64.mt +++ b/gdb/config/mips/embed64.mt @@ -1,4 +1,3 @@ -# Target: Big-endian mips board, typically an IDT. TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-mips64.h SIM_OBS = remote-sim.o diff --git a/gdb/config/mips/embedl.mt b/gdb/config/mips/embedl.mt deleted file mode 100644 index bbc9b7d1b95..00000000000 --- a/gdb/config/mips/embedl.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Big-endian mips board, typically an IDT. -TDEPFILES= mips-tdep.o remote-mips.o -TM_FILE= tm-mips.h -SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a diff --git a/gdb/config/mips/embedl64.mt b/gdb/config/mips/embedl64.mt deleted file mode 100644 index aee68aeb335..00000000000 --- a/gdb/config/mips/embedl64.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Big-endian mips board, typically an IDT. -TDEPFILES= mips-tdep.o remote-mips.o -TM_FILE= tm-mips64.h -SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a diff --git a/gdb/config/mips/mips.mt b/gdb/config/mips/mips.mt deleted file mode 100644 index 2d08bcb6eff..00000000000 --- a/gdb/config/mips/mips.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Big-endian SIM monitor board. -TDEPFILES= mips-tdep.o remote-mips.o -TM_FILE= tm-mips.h -SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a diff --git a/gdb/config/mips/mips64.mt b/gdb/config/mips/mips64.mt deleted file mode 100644 index e6a19d8d974..00000000000 --- a/gdb/config/mips/mips64.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Big-endian SIM monitor board. -TDEPFILES= mips-tdep.o remote-mips.o -TM_FILE= tm-mips64.h -SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a diff --git a/gdb/config/mips/tm-embed.h b/gdb/config/mips/tm-embed.h deleted file mode 100644 index ada9bfd5fdf..00000000000 --- a/gdb/config/mips/tm-embed.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 1993, 1997, 1998, 1999, 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. */ - -#include "mips/tm-mips.h" |