diff options
author | Kevin Buettner <kevinb@redhat.com> | 2004-04-08 16:46:27 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2004-04-08 16:46:27 +0000 |
commit | 67faf007637dbb56ab9efb68af7a800a29bf3141 (patch) | |
tree | 669df94fd70dae402cd94031160ef31d5be768b1 /gdb/ppc-linux-tdep.c | |
parent | ccf2f65243b93ddfadc0ed00736bfa94c1db7f7f (diff) | |
download | gdb-67faf007637dbb56ab9efb68af7a800a29bf3141.zip gdb-67faf007637dbb56ab9efb68af7a800a29bf3141.tar.gz gdb-67faf007637dbb56ab9efb68af7a800a29bf3141.tar.bz2 |
* ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
(ELF_FPREGSET_SIZE): Delete constants formerly used in core
file support.
Diffstat (limited to 'gdb/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index c2223d2..ceb864d 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -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) |