* acinclude.m4: Include ../config/tcl.m4 to pick up
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index 7e2ce49e38b1591dc5c00c0f45db526afda3eabb..08f926e91f637a0eeccbb08415e7ce37162957aa 100644 (file)
@@ -876,7 +876,7 @@ ppc_displaced_step_fixup (struct gdbarch *gdbarch,
   /* Handle PC-relative branch instructions.  */
   if (opcode == B_INSN || opcode == BC_INSN || opcode == BXL_INSN)
     {
-      CORE_ADDR current_pc;
+      ULONGEST current_pc;
 
       /* Read the current PC value after the instruction has been executed
         in a displaced location.  Calculate the offset to be applied to the
@@ -2509,7 +2509,7 @@ rs6000_frame_cache (struct frame_info *this_frame, void **this_cache)
   /* If the function appears to be frameless, check a couple of likely
      indicators that we have simply failed to find the frame setup.
      Two common cases of this are missing symbols (i.e.
-     frame_func_unwind returns the wrong address or 0), and assembly
+     get_frame_func returns the wrong address or 0), and assembly
      stubs which have a fast exit path but set up a frame on the slow
      path.
 
This page took 0.024703 seconds and 4 git commands to generate.