diff options
author | Michael Snyder <msnyder@vmware.com> | 1997-06-03 23:28:54 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1997-06-03 23:28:54 +0000 |
commit | 3d400c0939c790bb605dcf0733bffc5322ba7677 (patch) | |
tree | 24fdf66cb272dddad3fd6b891df1c323f4a900cc /gdb/config/mips/tm-r3900l.h | |
parent | f8a2144336ac5017ded4c1580e8f482e60232b66 (diff) | |
download | gdb-3d400c0939c790bb605dcf0733bffc5322ba7677.zip gdb-3d400c0939c790bb605dcf0733bffc5322ba7677.tar.gz gdb-3d400c0939c790bb605dcf0733bffc5322ba7677.tar.bz2 |
* configure.tgt: add mipsr3900-elf target
* config/mips/r3900*.mt config/mips/tm-r3900*.h: ditto
Diffstat (limited to 'gdb/config/mips/tm-r3900l.h')
-rw-r--r-- | gdb/config/mips/tm-r3900l.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-r3900l.h b/gdb/config/mips/tm-r3900l.h new file mode 100644 index 0000000..361c9f9 --- /dev/null +++ b/gdb/config/mips/tm-r3900l.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" |