aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i960
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-02 18:48:44 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-02 18:48:44 +0000
commit75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb (patch)
treef89cbb1772ac1bb44cb1aa5d611cfcff046172ae /gdb/config/i960
parent56f413cd8fdb0c50232e41b57f3c050e183c0d66 (diff)
downloadfsf-binutils-gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.zip
fsf-binutils-gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.gz
fsf-binutils-gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.bz2
* Remove unused STACK_END_ADDR in the following files (in other
files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h, tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h, tm-hp300hpux.h, tm-isi.h.
Diffstat (limited to 'gdb/config/i960')
-rw-r--r--gdb/config/i960/tm-nindy960.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/i960/tm-nindy960.h b/gdb/config/i960/tm-nindy960.h
index dba88e0..9d7dbff 100644
--- a/gdb/config/i960/tm-nindy960.h
+++ b/gdb/config/i960/tm-nindy960.h
@@ -73,13 +73,6 @@ extern char *nindy_ttyname; /* Name of serial port to talk to nindy */
extern void
nindy_before_main_loop(); /* In remote-nindy.c */
-/* Address of end of stack space.
- * This probably doesn't matter for nindy, because it's only used
- * in manipulation of core files, which we don't support.
- */
-
-#define STACK_END_ADDR (0xfe000000)
-
/* FRAME_CHAIN_VALID returns zero if the given frame is the outermost one
and has no caller.