diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-06-02 03:06:23 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-06-02 03:06:23 +0000 |
commit | f5d104732d8e5bce6be1656b491ae5b17febb061 (patch) | |
tree | eeac88b1360aafe59b6f76390d422cedad0816df /gdb/ppc-tdep.h | |
parent | fd13ba86cf05aad70e2ed120941577e22209958d (diff) | |
download | gdb-f5d104732d8e5bce6be1656b491ae5b17febb061.tar.gz |
* ppc-tdep.h: Delete unused 'regoff' member.
* rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r-- | gdb/ppc-tdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 68919b4f9d7..ec2e7ae6e4c 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -142,7 +142,6 @@ extern void ppc_collect_fpregset (const struct regset *regset, struct gdbarch_tdep { int wordsize; /* size in bytes of fixed-point word */ - int *regoff; /* byte offsets in register arrays */ const struct reg *regs; /* from current variant */ int ppc_gp0_regnum; /* GPR register 0 */ int ppc_toc_regnum; /* TOC register */ |