diff options
author | Tom Tromey <tromey@redhat.com> | 2009-06-11 16:49:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-06-11 16:49:47 +0000 |
commit | 17dd65ce9a4afcdac9d58d57a3ddfe6f39e1c648 (patch) | |
tree | ea81d9d7e8090fdfb10341ff1dd0ed270e03bf25 /gdb/ChangeLog | |
parent | 828cd292ea8c751b9e977f74be2ab3773939a977 (diff) | |
download | gdb-17dd65ce9a4afcdac9d58d57a3ddfe6f39e1c648.zip gdb-17dd65ce9a4afcdac9d58d57a3ddfe6f39e1c648.tar.gz gdb-17dd65ce9a4afcdac9d58d57a3ddfe6f39e1c648.tar.bz2 |
* eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove
'static' from local variable definitions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 030d14e..dbabe0d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-06-11 Tom Tromey <tromey@redhat.com> + + * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove + 'static' from local variable definitions. + 2009-06-11 Pedro Alves <pedro@codesourcery.com> * symtab.c (append_expanded_sal): Remove unused local variables. |