* config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
is nowhere used.
This commit is contained in:
parent
23a1346e20
commit
7c7c4f0a22
2 changed files with 3 additions and 8 deletions
|
@ -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 <
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue