summaryrefslogtreecommitdiff
path: root/gdb/ptx4-nat.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2000-05-10 17:38:16 +0000
committerMichael Snyder <msnyder@specifix.com>2000-05-10 17:38:16 +0000
commit34095fc6e8d41acaed80d4cb56d735159ac0fe18 (patch)
tree91db8bfa6d3937b0eb2c6bf91e83824db7c9a51d /gdb/ptx4-nat.c
parent8dba34f74fa9c76d7c9e4efe2ce1879e0ca6496a (diff)
downloadgdb-34095fc6e8d41acaed80d4cb56d735159ac0fe18.tar.gz
2000-05-08 Michael Snyder <msnyder@seadog.cygnus.com>
* gdbarch.sh: Add FP0_REGNUM to list of multi-arched register numbers. * gdbarch.c, gdbarch.h: Regenerate. * core-regset.c: Change FP0_REGNUM to a runtime test. * procfs.c: Ditto. * sun3-nat.c: Ditto. * sparc-tdep.c: Ditto. * i386mach-nat.c: Remove unnecessary ifdef for FP0_REGNUM. * ptx4-nat.c: Ditto. * sol-thread.c (sol_thread_create_inferior): only add the thread to the thread list if it is not already in there. (prototypes for thread_db func ptrs): pretty up formatting.
Diffstat (limited to 'gdb/ptx4-nat.c')
-rw-r--r--gdb/ptx4-nat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/ptx4-nat.c b/gdb/ptx4-nat.c
index 9640d283eba..a7acee27149 100644
--- a/gdb/ptx4-nat.c
+++ b/gdb/ptx4-nat.c
@@ -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.