aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-idt64.h
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1995-11-18 00:25:35 +0000
committerRob Savoye <rob@cygnus>1995-11-18 00:25:35 +0000
commit7bb5e831919bf6dc8db3aabfaa2345fbc07eb195 (patch)
tree113776aaf2a1100247f1639112e76a36887359d7 /gdb/config/mips/tm-idt64.h
parent535e9e2943519be69a66ccfad5b1cdf42601d71a (diff)
downloadgdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.zip
gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.tar.gz
gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.tar.bz2
* configure.in: Change "idt" config to a generic "embed" config
for all mips*-*-ecoff or elf configurations. * configure: Regenerate using autoconf 2.4. * config/mips/{idt*.mt,tm-idt*.h}: Rename to "idt" part of the name to "embed". Build remote-array.o along with IDT protocols. * remote-array.c: Nuke setting the serial port to 4800 baud.
Diffstat (limited to 'gdb/config/mips/tm-idt64.h')
-rw-r--r--gdb/config/mips/tm-idt64.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/config/mips/tm-idt64.h b/gdb/config/mips/tm-idt64.h
deleted file mode 100644
index 63296bb..0000000
--- a/gdb/config/mips/tm-idt64.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-bigmips64.h"