From acb18e203ae2ed198cad69506e0c48007deabaaf Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 10 May 2004 18:58:44 +0000 Subject: Back out change. The NetBSD changes need Jason Thorpe's approval, but he hasn't reviewed it yet. --- gdb/ppcobsd-tdep.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'gdb/ppcobsd-tdep.c') diff --git a/gdb/ppcobsd-tdep.c b/gdb/ppcobsd-tdep.c index 641f372e415..90381e4c412 100644 --- a/gdb/ppcobsd-tdep.c +++ b/gdb/ppcobsd-tdep.c @@ -24,7 +24,6 @@ #include "osabi.h" #include "regcache.h" #include "regset.h" -#include "gdb_assert.h" #include "gdb_string.h" @@ -47,14 +46,6 @@ ppcobsd_supply_gregset (const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len) { - /* FIXME: jimb/2004-05-05: Some PPC variants don't have - floating-point registers. For such variants, - tdep->ppc_fp0_regnum and tdep->ppc_fpscr_regnum will be -1. I - don't think OpenBSD runs on any of those chips, but we can at - least make sure that if someone tries it, they'll get a proper - notification. */ - gdb_assert (ppc_floating_point_unit_p (current_gdbarch)); - ppc_supply_gregset (regset, regcache, regnum, gregs, len); ppc_supply_fpregset (regset, regcache, regnum, gregs, len); } @@ -69,14 +60,6 @@ ppcobsd_collect_gregset (const struct regset *regset, const struct regcache *regcache, int regnum, void *gregs, size_t len) { - /* FIXME: jimb/2004-05-05: Some PPC variants don't have - floating-point registers. For such variants, - tdep->ppc_fp0_regnum and tdep->ppc_fpscr_regnum will be -1. I - don't think OpenBSD runs on any of those chips, but we can at - least make sure that if someone tries it, they'll get a proper - notification. */ - gdb_assert (ppc_floating_point_unit_p (current_gdbarch)); - ppc_collect_gregset (regset, regcache, regnum, gregs, len); ppc_collect_fpregset (regset, regcache, regnum, gregs, len); } -- cgit v1.2.1