* A few more improvements to gx jit prototype.
[deliverable/binutils-gdb.git] / gdb / hppah-nat.c
index 17a675dc6af8b7ed18a13b6ccc381bcf879ca84b..19e0205e618ada5698d754f07c6eaf2947c2ab19 100644 (file)
@@ -27,10 +27,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "inferior.h"
 #include "target.h"
 #include <sys/ptrace.h>
+#include "gdbcore.h"
 
 extern CORE_ADDR text_end;
 
-static void fetch_register ();
+static void fetch_register PARAMS ((int));
 
 void
 fetch_inferior_registers (regno)
@@ -110,7 +111,6 @@ fetch_register (regno)
 {
   register unsigned int regaddr;
   char buf[MAX_REGISTER_RAW_SIZE];
-  char mess[128];                              /* For messages */
   register int i;
 
   /* Offset of registers within the u area.  */
This page took 0.024332 seconds and 4 git commands to generate.