* ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)

(ELF_FPREGSET_SIZE):  Delete constants formerly used in core
	file support.
This commit is contained in:
Kevin Buettner 2004-04-08 16:46:27 +00:00
parent ccf2f65243
commit 67faf00763
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -848,17 +848,6 @@ ppc64_linux_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
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)