summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-06-02 18:24:35 +0000
committerJim Blandy <jimb@codesourcery.com>2004-06-02 18:24:35 +0000
commitd58fb2d0ac2d6387101af7db79eaa191cf55d6c0 (patch)
tree5cfe62aa579fb08fd137a016bfed031aa60754ce /gdb/ChangeLog
parentb64ee538448f8f104f308b70cd332df0acbc68af (diff)
downloadgdb-d58fb2d0ac2d6387101af7db79eaa191cf55d6c0.tar.gz
* ppc-linux-nat.c (store_register): Remove unused local 'offset'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0e165ca70ae..26ce8b85569 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -3,6 +3,8 @@
* ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
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>
* ada-exp.y: Synchronize with current ACT sources.