diff options
Diffstat (limited to 'gdb/config/mips/tm-vxmips.h')
-rw-r--r-- | gdb/config/mips/tm-vxmips.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/config/mips/tm-vxmips.h b/gdb/config/mips/tm-vxmips.h index 392a929..3f45d7e 100644 --- a/gdb/config/mips/tm-vxmips.h +++ b/gdb/config/mips/tm-vxmips.h @@ -1,5 +1,5 @@ /* Target machine description for VxWorks MIPS's, for GDB, the GNU debugger. - Copyright 1996 Free Software Foundation, Inc. + Copyright 1996, 1999 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. @@ -18,11 +18,8 @@ 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 GDBINIT_FILENAME ".vxgdbinit" - -#define DEFAULT_PROMPT "(vxgdb) " - #include "mips/tm-mips.h" +#include "tm-vxworks.h" /* FIXME: These are almost certainly wrong. */ |