* rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
This commit is contained in:
parent
935c276026
commit
61ce229a50
2 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue