diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-31 03:58:27 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-31 03:58:27 +0000 |
commit | 7c7c4f0a2233e461d4b915a11fba8e476b4372c9 (patch) | |
tree | 765d68d45e2e959ae48bcad631e11ac05914a388 /gdb/config/a29k | |
parent | 23a1346e20153e51e69a97a40d6647e5ae079a5a (diff) | |
download | ppe42-binutils-7c7c4f0a2233e461d4b915a11fba8e476b4372c9.tar.gz ppe42-binutils-7c7c4f0a2233e461d4b915a11fba8e476b4372c9.zip |
* config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
is nowhere used.
Diffstat (limited to 'gdb/config/a29k')
-rw-r--r-- | gdb/config/a29k/tm-a29k.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/a29k/tm-a29k.h b/gdb/config/a29k/tm-a29k.h index 7b0ec88eda..023647b97c 100644 --- a/gdb/config/a29k/tm-a29k.h +++ b/gdb/config/a29k/tm-a29k.h @@ -56,14 +56,6 @@ CORE_ADDR skip_prologue (); ? read_register (TPC_REGNUM) \ : read_register (LR0_REGNUM)) -/* I'm not sure about the exact value of this, but based on looking - at the stack pointer when we get to main this seems to be right. - - 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 - /* Stack grows downward. */ #define INNER_THAN < |