For d10v, do not sign-extend pointers.
[deliverable/binutils-gdb.git] / gdb / irix4-nat.c
index babd143c7a8ec248653e368c6cd6ce05aa067b56..5a6e111222969e8f1064223d0a8621bdd11a2bf5 100644 (file)
@@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "inferior.h"
+#include "gdbcore.h"
 
 #include <sys/time.h>
 #include <sys/procfs.h>
@@ -34,6 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 typedef unsigned int greg_t;   /* why isn't this defined? */
 
+static void
+fetch_core_registers PARAMS ((char *, unsigned int, int, CORE_ADDR));
+
 /*
  * See the comment in m68k-tdep.c regarding the utility of these functions.
  */
@@ -162,7 +166,7 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
      char *core_reg_sect;
      unsigned core_reg_size;
      int which;                        /* Unused */
-     unsigned int reg_addr;    /* Unused */
+     CORE_ADDR reg_addr;       /* Unused */
 {
   if (core_reg_size != REGISTER_BYTES)
     {
This page took 0.03286 seconds and 4 git commands to generate.