aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
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/i386
parent56f413cd8fdb0c50232e41b57f3c050e183c0d66 (diff)
downloadgdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.zip
gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.gz
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/i386')
-rw-r--r--gdb/config/i386/tm-i386v.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/i386/tm-i386v.h b/gdb/config/i386/tm-i386v.h
index c9557d3..66878e2 100644
--- a/gdb/config/i386/tm-i386v.h
+++ b/gdb/config/i386/tm-i386v.h
@@ -59,10 +59,6 @@ i386_skip_prologue PARAMS ((int));
#define SAVED_PC_AFTER_CALL(frame) \
(read_memory_integer (read_register (SP_REGNUM), 4))
-/* Address of end of stack space. */
-
-#define STACK_END_ADDR 0x80000000
-
/* Stack grows downward. */
#define INNER_THAN <