diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 18:48:44 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-02 18:48:44 +0000 |
commit | 75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb (patch) | |
tree | f89cbb1772ac1bb44cb1aa5d611cfcff046172ae /gdb/config/mips/tm-mips.h | |
parent | 56f413cd8fdb0c50232e41b57f3c050e183c0d66 (diff) | |
download | binutils-gdb-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.gz |
* 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/mips/tm-mips.h')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 4a9d375fa1e..0ee23c6c18a 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -55,10 +55,6 @@ extern int mips_fpu; #define IN_SIGTRAMP(pc, name) in_sigtramp(pc, name) -/* Address of end of stack space. */ - -#define STACK_END_ADDR (0x7ffff000) - /* Stack grows downward. */ #define INNER_THAN < |