(ELF_FPREGSET_SIZE): Delete constants formerly used in core
file support.
+2004-04-08 Kevin Buettner <kevinb@redhat.com>
+
+ * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
+ (ELF_FPREGSET_SIZE): Delete constants formerly used in core
+ file support.
+
2004-04-07 Kevin Buettner <kevinb@redhat.com>
* ia64-tdep.c (elf.h): Don't include.
return addr;
}
-
-enum {
- ELF_NGREG = 48,
- ELF_NFPREG = 33,
- ELF_NVRREG = 33
-};
-
-enum {
- ELF_FPREGSET_SIZE = (ELF_NFPREG * 8)
-};
-
static void
right_supply_register (struct regcache *regcache, int wordsize, int regnum,
const bfd_byte *buf)