diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f30de16..de8f3bd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -6,6 +6,12 @@ 2010-05-17 Joel Brobecker <brobecker@adacore.com> + * parse.c (parse_exp_in_context): When block is not NULL, use + its associated language to parse the expression instead of + the current_language. + +2010-05-17 Joel Brobecker <brobecker@adacore.com> + * jv-lang.c (java_lookup_class): Remove commented out code. (type_from_class): Likewise. (java_op_print_tab): Remove commented-out elements. |