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/a29k | |
parent | 56f413cd8fdb0c50232e41b57f3c050e183c0d66 (diff) | |
download | ppe42-binutils-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.tar.gz ppe42-binutils-75fa3e0fd2d28cf1101e8cb4f7eed2cf8d8db2fb.zip |
* 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/a29k')
-rw-r--r-- | gdb/config/a29k/tm-a29k.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/config/a29k/tm-a29k.h b/gdb/config/a29k/tm-a29k.h index 1d10bfec7e..cc6592e3e2 100644 --- a/gdb/config/a29k/tm-a29k.h +++ b/gdb/config/a29k/tm-a29k.h @@ -59,13 +59,9 @@ CORE_ADDR skip_prologue (); This is the register stack; We call it "CONTROL" in GDB for consistency with Pyramid. */ +/* I suspect this is obsolete, just like STACK_END_ADDR. */ #define CONTROL_END_ADDR 0x80200000 -/* Memory stack. This is for the default register stack size, which is - only 0x800 bytes. Perhaps we should let the user specify stack sizes - (and tell EBMON with the "ZS" command). */ -#define STACK_END_ADDR 0x801ff800 - /* Stack grows downward. */ #define INNER_THAN < |