mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* 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:
parent
ccf2f65243
commit
67faf00763
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user