Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,
[binutils-gdb.git] / gdb / m88k-tdep.c
index ff15ff847c62de81d08a952692163d26b1bd1a28..594bd49b1a08e2b88524ac3857ca1e4c532a87be 100644 (file)
@@ -96,13 +96,6 @@ frame_chain_valid (chain, thisframe)
        && outside_startup_file (FRAME_SAVED_PC (thisframe)));
 }
 
-CORE_ADDR
-frame_chain_combine (chain, thisframe)
-     CORE_ADDR chain;
-{
-  return chain;
-}
-
 void
 init_extra_frame_info (fromleaf, fi)
      int fromleaf;
@@ -112,18 +105,6 @@ init_extra_frame_info (fromleaf, fi)
   fi->args_pointer = 0;                /* Unknown */
   fi->locals_pointer = 0;      /* Unknown */
 }
-
-void
-init_frame_pc (fromleaf, prev)
-     int fromleaf;
-     struct frame_info *prev;
-{
-  /* FIXME, for now it's the default from blockframe.c.   If it stays that
-     way, remove it entirely from here.  */
-  prev->pc = (fromleaf ? SAVED_PC_AFTER_CALL (prev->next) :
-              prev->next ? FRAME_SAVED_PC (prev->next) : read_pc ());
-
-}
 \f
 /* Examine an m88k function prologue, recording the addresses at which
    registers are saved explicitly by the prologue code, and returning