summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2004-04-08 16:46:27 +0000
committerKevin Buettner <kevinb@redhat.com>2004-04-08 16:46:27 +0000
commit104251e4a5fc844b1254b8cdec26cb014a1f00b5 (patch)
treeed1423ac00d9eb02373a1d19ae0a41b5414d8053 /gdb/ppc-linux-tdep.c
parenta2e84eb74ee83dcbfcd5b38daad140920399b411 (diff)
downloadgdb-104251e4a5fc844b1254b8cdec26cb014a1f00b5.tar.gz
* 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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c
index c2223d29fc3..ceb864d0216 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)