1991-03-28 16:28:29 +00:00
|
|
|
/* Parameters for execution on a Sun, for GDB, the GNU debugger.
|
|
|
|
Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
This file is part of GDB.
|
|
|
|
|
1991-06-04 07:31:55 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
1991-03-28 16:28:29 +00:00
|
|
|
it under the terms of the GNU General Public License as published by
|
1991-06-04 07:31:55 +00:00
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
1991-03-28 16:28:29 +00:00
|
|
|
|
1991-06-04 07:31:55 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
1991-03-28 16:28:29 +00:00
|
|
|
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
|
1991-06-04 07:31:55 +00:00
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
1991-03-28 16:28:29 +00:00
|
|
|
|
|
|
|
#define HAVE_68881
|
|
|
|
|
1991-11-07 13:14:59 +00:00
|
|
|
/* Let native-versus-cross support code know we are targeting sun3,
|
|
|
|
and modify registers to include sun3 fpustate register. */
|
|
|
|
|
1991-04-30 19:50:49 +00:00
|
|
|
#define GDB_TARGET_IS_SUN3 1
|
1991-04-20 00:31:01 +00:00
|
|
|
|
1991-03-28 16:28:29 +00:00
|
|
|
/* Define this if the C compiler puts an underscore at the front
|
|
|
|
of external names before giving them to the linker. */
|
|
|
|
|
|
|
|
#define NAMES_HAVE_UNDERSCORE
|
|
|
|
|
|
|
|
/* Address of the end of stack space. We get this from the system
|
|
|
|
include files. */
|
1991-10-25 06:29:23 +00:00
|
|
|
|
1991-03-28 16:28:29 +00:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <machine/vmparam.h>
|
|
|
|
#define STACK_END_ADDR USRSTACK
|
|
|
|
|
1991-10-25 06:29:23 +00:00
|
|
|
#include "tm-68k.h"
|