* rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.

This commit is contained in:
Jim Blandy 2004-07-08 23:43:47 +00:00
parent 935c276026
commit 61ce229a50
2 changed files with 4 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2004-07-08 Jim Blandy <jimb@redhat.com>
* rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2004-07-08 Bob Rossi <bob@brasko.net>
* symtab.c (lookup_symtab): check return value of symtab_to_fullname

View file

@ -2176,14 +2176,6 @@ static const struct reg registers_powerpc[] =
PPC_ALTIVEC_REGS
};
/* PowerPC UISA - a PPC processor as viewed by user-level
code, but without floating point registers. */
static const struct reg registers_powerpc_nofp[] =
{
COMMON_UISA_NOFP_REGS,
PPC_UISA_SPRS
};
/* IBM PowerPC 403. */
static const struct reg registers_403[] =
{