mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
2003-11-16 Andrew Cagney <cagney@redhat.com>
* 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.
This commit is contained in:
parent
0e9d87aaa9
commit
96cb1c2ff6
@ -1,5 +1,10 @@
|
||||
2003-11-16 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* 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"
|
||||
|
@ -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"
|
@ -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
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user