Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,
[binutils-gdb.git] / gdb / tm-29k.h
index 3f8bfc3d319eff7f9b6434c1f215e924ae819edb..8e970d0fffa58556fbf883309b7fd644ec214a23 100644 (file)
@@ -437,12 +437,8 @@ void init_frame_pc ();
 /* FRAME_CHAIN takes a FRAME
    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.  */
 
 /* On the 29k, the nominal address of a frame is the address on the
    register stack of the return address (the one next to the incoming
@@ -465,8 +461,6 @@ void init_frame_pc ();
 #define FRAME_CHAIN_VALID(chain, thisframe) \
   (outside_startup_file (FRAME_SAVED_PC (thisframe)))
 
-#define FRAME_CHAIN_COMBINE(chain, thisframe) (0)
-
 /* Define other aspects of the stack frame.  */
 
 /* A macro that tells us whether the function invocation represented