20000-05-18 H.J. Lu (hjl@gnu.org)
[binutils-gdb.git] / gdb / ptx4-nat.c
index 9640d283eba5cd7e2145fdd318d537e463566b62..a7acee271498beb2a8dc9ac4c0a2dc1b618bac94 100644 (file)
@@ -62,8 +62,6 @@ fill_gregset (gregsetp, regno)
     }
 }
 
-#if defined (FP0_REGNUM)
-
 /*  Given a pointer to a floating point register set in /proc format
    (fpregset_t *), unpack the register contents and supply them as gdb's
    idea of the current floating point register values. */
@@ -93,8 +91,6 @@ fill_fpregset (fpregsetp, regno)
   /* FIXME: see m68k-tdep.c for an example, for the m68k. */
 }
 
-#endif /* defined (FP0_REGNUM) */
-
 /*
  * This doesn't quite do the same thing as the procfs.c version, but give
  * it the same name so we don't have to put an ifdef in solib.c.