diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-06-07 19:16:58 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-06-07 19:16:58 +0000 |
commit | b86a3a64822b3673bab336d1c0d350d68c1d31df (patch) | |
tree | 44e6dd42529896820ac3e6c2fd0bda48243572bf /gdb/config/sparc | |
parent | c0c00d1b4ed79cc059c8ab05b1b4badb00c8434c (diff) | |
download | gdb-b86a3a64822b3673bab336d1c0d350d68c1d31df.tar.gz |
import gdb-1999-06-07 snapshot
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/tm-vxsparc.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/config/sparc/tm-vxsparc.h b/gdb/config/sparc/tm-vxsparc.h index 66129432a54..06a98fce661 100644 --- a/gdb/config/sparc/tm-vxsparc.h +++ b/gdb/config/sparc/tm-vxsparc.h @@ -1,5 +1,5 @@ /* Target machine description for VxWorks sparc's, for GDB, the GNU debugger. - Copyright 1993 Free Software Foundation, Inc. + Copyright 1993, 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 "sparc/tm-spc-em.h" +#include "tm-vxworks.h" /* FIXME: These are almost certainly wrong. */ |