diff options
Diffstat (limited to 'gdb/tm-pyr.h')
-rw-r--r-- | gdb/tm-pyr.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/tm-pyr.h b/gdb/tm-pyr.h index 750fef2..a977a52 100644 --- a/gdb/tm-pyr.h +++ b/gdb/tm-pyr.h @@ -307,12 +307,8 @@ do { \ /* FRAME_CHAIN takes a frame's nominal address and produces the frame's chain-pointer. - FRAME_CHAIN_COMBINE takes the chain pointer and the frame's nominal address - and produces the nominal address of the caller frame. - However, if FRAME_CHAIN_VALID returns zero, - it means the given frame is the outermost one and has no caller. - In that case, FRAME_CHAIN_COMBINE is not used. */ + it means the given frame is the outermost one and has no caller. */ /* In the case of the pyr, the frame's nominal address is the address of parameter register 0. The previous frame is found 32 words up. */ @@ -325,8 +321,6 @@ do { \ /*((thisframe) >= CONTROL_STACK_ADDR))*/ -#define FRAME_CHAIN_COMBINE(chain, thisframe) (chain) - /* Define other aspects of the stack frame. */ /* A macro that tells us whether the function invocation represented |