diff options
author | John Gilmore <gnu@cygnus> | 1992-09-02 20:50:31 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-02 20:50:31 +0000 |
commit | 6131a42a8dc185d6ae4daeab5e0de1375fa2c70a (patch) | |
tree | a4cbaed295eb53e663d765cc3155343e82e3cec3 /gdb/tm-sun3.h | |
parent | 2afc285dd50965ebd9719a11a46088cbe2491010 (diff) | |
download | gdb-6131a42a8dc185d6ae4daeab5e0de1375fa2c70a.zip gdb-6131a42a8dc185d6ae4daeab5e0de1375fa2c70a.tar.gz gdb-6131a42a8dc185d6ae4daeab5e0de1375fa2c70a.tar.bz2 |
* tm-vx68.h, tm-es1800.h: Use tm-68k.h rather than tm-sun3.h.
* tm-sun3.h: Remove STACK_END_ADDR, no longer used.
* tm-sun3os4.h: Update comments.
* xm-delta88.h: Remove STACK_END_ADDR.
Diffstat (limited to 'gdb/tm-sun3.h')
-rw-r--r-- | gdb/tm-sun3.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/tm-sun3.h b/gdb/tm-sun3.h index 490fa54..60606ec 100644 --- a/gdb/tm-sun3.h +++ b/gdb/tm-sun3.h @@ -24,13 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define GDB_TARGET_IS_SUN3 1 -/* Address of the end of stack space. We get this from the system - include files. */ - -#include <sys/types.h> -#include <machine/vmparam.h> -#define STACK_END_ADDR USRSTACK - #include "tm-68k.h" /* Offsets (in target ints) into jmp_buf. Not defined by Sun, but at least |