* config/tc-hppa.c: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / sparc64nbsd-nat.c
index a991d0ef2a4d9753ca9c59e52e1bc750bf0e36fc..c68b96b6a73496fd148b3cf55757b7287ef88c96 100644 (file)
@@ -1,5 +1,5 @@
 /* Native-dependent code for UltraSPARC systems running NetBSD.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright 2002, 2003 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
    This file is part of GDB.
@@ -23,6 +23,7 @@
 #include "inferior.h"
 #include "regcache.h"
 
+#include "sparc-tdep.h"
 #include "sparcnbsd-tdep.h"
 
 #include <sys/types.h>
@@ -39,7 +40,7 @@ getregs_supplies (int regno)
   /* FIXME: PS_REGNUM for 32-bit code.  */
   return (regno == TSTATE_REGNUM
          || regno == PC_REGNUM
-         || regno == NPC_REGNUM
+         || regno == DEPRECATED_NPC_REGNUM
          || regno == Y_REGNUM
          || (regno >= G0_REGNUM && regno <= G7_REGNUM)
          || (regno >= O0_REGNUM && regno <= O7_REGNUM)
This page took 0.023595 seconds and 4 git commands to generate.