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 | f65f91b5093f6770492ebef8b75ccbe4869d8dad (patch) | |
tree | 773ebd36a1da27f57e2ee8df6a45efc6deaa5f46 /gdb/ppc-tdep.h | |
parent | f4d82318a1adf52461cb52a3c862ca2386bae378 (diff) | |
download | gdb-f65f91b5093f6770492ebef8b75ccbe4869d8dad.zip gdb-f65f91b5093f6770492ebef8b75ccbe4869d8dad.tar.gz gdb-f65f91b5093f6770492ebef8b75ccbe4869d8dad.tar.bz2 |
* 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 68919b4..ec2e7ae 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 */ |