* ppc-linux-nat.c (store_register): Remove unused local 'offset'.

This commit is contained in:
Jim Blandy 2004-06-02 18:24:35 +00:00
parent bc97b3ba79
commit 1da28ab05f
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,8 @@
* ppc-linux-nat.c (store_register, fetch_register): Rename 'mess' * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
to 'message', and make it local to the lone block that uses it. to 'message', and make it local to the lone block that uses it.
* ppc-linux-nat.c (store_register): Remove unused local 'offset'.
2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com> 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
* ada-exp.y: Synchronize with current ACT sources. * ada-exp.y: Synchronize with current ACT sources.

View file

@ -407,7 +407,6 @@ store_register (int tid, int regno)
/* This isn't really an address. But ptrace thinks of it as one. */ /* This isn't really an address. But ptrace thinks of it as one. */
CORE_ADDR regaddr = ppc_register_u_addr (regno); CORE_ADDR regaddr = ppc_register_u_addr (regno);
int i; int i;
unsigned int offset; /* Offset of registers within the u area. */
char buf[MAX_REGISTER_SIZE]; char buf[MAX_REGISTER_SIZE];
if (altivec_register_p (regno)) if (altivec_register_p (regno))