From 96cb1c2ff65f1b570c8058aa723278c244b60952 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 16 Nov 2003 23:08:36 +0000 Subject: 2003-11-16 Andrew Cagney * configure.tgt: Delete mips*tx39*-elf*. * config/mips/tm-tx39.h: Delete file. * config/mips/tx39.mt: Delete file. * config/mips/tx39.mt: Delete file. --- gdb/ChangeLog | 5 +++++ gdb/config/mips/tm-tx39.h | 20 -------------------- gdb/config/mips/tx39.mt | 5 ----- gdb/config/mips/tx39l.mt | 5 ----- gdb/configure.tgt | 1 - 5 files changed, 5 insertions(+), 31 deletions(-) delete mode 100644 gdb/config/mips/tm-tx39.h delete mode 100644 gdb/config/mips/tx39.mt delete mode 100644 gdb/config/mips/tx39l.mt diff --git a/gdb/ChangeLog b/gdb/ChangeLog index afa6ecd..3e10ccf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2003-11-16 Andrew Cagney + * configure.tgt: Delete mips*tx39*-elf*. + * config/mips/tm-tx39.h: Delete file. + * config/mips/tx39.mt: Delete file. + * config/mips/tx39.mt: Delete file. + * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Declare. * remote-mips.c (common_open): Instead of "mips_read_register_type" and "mips_set_processor_type_command" diff --git a/gdb/config/mips/tm-tx39.h b/gdb/config/mips/tm-tx39.h deleted file mode 100644 index f009a8e..0000000 --- a/gdb/config/mips/tm-tx39.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 1993, 1997, 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" diff --git a/gdb/config/mips/tx39.mt b/gdb/config/mips/tx39.mt deleted file mode 100644 index 8b4c1a9..0000000 --- a/gdb/config/mips/tx39.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Big-endian mips board, typically an IDT. -TDEPFILES= mips-tdep.o remote-mips.o dve3900-rom.o monitor.o dsrec.o -TM_FILE= tm-tx39.h -SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a diff --git a/gdb/config/mips/tx39l.mt b/gdb/config/mips/tx39l.mt deleted file mode 100644 index 8b4c1a9..0000000 --- a/gdb/config/mips/tx39l.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Big-endian mips board, typically an IDT. -TDEPFILES= mips-tdep.o remote-mips.o dve3900-rom.o monitor.o dsrec.o -TM_FILE= tm-tx39.h -SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a diff --git a/gdb/configure.tgt b/gdb/configure.tgt index abae6e6..e13ec76 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -134,7 +134,6 @@ m68*-*-vxworks*) gdb_target=vxworks68 ;; mcore*-*-*) gdb_target=mcore ;; mips*-*-pe) gdb_target=wince ;; -mips*tx39*-elf*) gdb_target=tx39 ;; mips*-sgi-irix5*) gdb_target=irix5 ;; mips*-sgi-irix6*) gdb_target=irix6 ;; mips*-*-linux*) gdb_target=linux -- cgit v1.1