* gdb.java/configure.in (AC_INIT): Use jmisc.exp.
[deliverable/binutils-gdb.git] / gdb / i960-tdep.c
index 4818b4f1d5d0550a5082254e37568f4559e51ca5..f7aab5fb8c4e068799bb8a15009eddb81b5a8fc6 100644 (file)
 #include "floatformat.h"
 #include "target.h"
 #include "gdbcore.h"
+#include "inferior.h"
 
-static CORE_ADDR next_insn PARAMS ((CORE_ADDR memaddr,
-                                   unsigned int *pword1,
-                                   unsigned int *pword2));
+static CORE_ADDR next_insn (CORE_ADDR memaddr,
+                           unsigned int *pword1, unsigned int *pword2);
 
 /* Does the specified function use the "struct returning" convention
    or the "value returning" convention?  The "value returning" convention
@@ -567,7 +567,7 @@ saved_pc_after_call (frame)
    restoring all saved registers.  */
 
 void
-pop_frame ()
+i960_pop_frame (void)
 {
   register struct frame_info *current_fi, *prev_fi;
   register int i;
@@ -896,6 +896,7 @@ mon960_frame_chain_valid (chain, curframe)
   return (chain != read_memory_integer (a, 4));
 }
 
+
 void
 _initialize_i960_tdep ()
 {
This page took 0.023212 seconds and 4 git commands to generate.