Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,
[binutils-gdb.git] / gdb / tm-convex.h
index 2424a2f53972498ab8abd948bd6d25b60cbe1b48..1ada10b667dd5f47c34a816ac0d0935805520228 100644 (file)
@@ -305,12 +305,8 @@ extern struct value *value_of_trapped_internalvar ();
 /* FRAME_CHAIN takes a frame_info with a frame's nominal address in fi->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.  */
 
 /* (caller fp is saved at 8(fp)) */
 
@@ -319,8 +315,6 @@ extern struct value *value_of_trapped_internalvar ();
 #define FRAME_CHAIN_VALID(chain, thisframe) \
   (chain != 0 && (outside_startup_file (FRAME_SAVED_PC (thisframe))))
 
-#define FRAME_CHAIN_COMBINE(chain, thisframe) (chain)
-
 /* Define other aspects of the stack frame.  */
 
 /* We need the boundaries of the text in the exec file, as a kludge,