diff options
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 < |