From e140f1dab1e9517aa3523e52a92f954dfbabaf4a Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Mon, 18 Nov 1991 23:52:12 +0000 Subject: Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files, since it was always defined exactly the same in all of them. --- gdb/tm-pyr.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gdb/tm-pyr.h') 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 -- cgit v1.1