diff options
author | Rob Savoye <rob@cygnus> | 1995-11-18 00:25:35 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-11-18 00:25:35 +0000 |
commit | 7bb5e831919bf6dc8db3aabfaa2345fbc07eb195 (patch) | |
tree | 113776aaf2a1100247f1639112e76a36887359d7 /gdb/config/mips/tm-embedl.h | |
parent | 535e9e2943519be69a66ccfad5b1cdf42601d71a (diff) | |
download | gdb-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-embedl.h')
-rw-r--r-- | gdb/config/mips/tm-embedl.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-embedl.h b/gdb/config/mips/tm-embedl.h new file mode 100644 index 0000000..361c9f9 --- /dev/null +++ b/gdb/config/mips/tm-embedl.h @@ -0,0 +1,21 @@ +/* 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" |