diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d22f917..48c688e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com> + + * ada-lang.c (ada_operator_length): Constify `struct expression'. + * parse.c (operator_length): Likewise. + (operator_length_standard): Likewise. + * parser-defs.h (operator_length): Likewise. + (operator_length_standard): Likewise. + (struct exp_descriptor <operator_length>): Likewise. + 2010-06-04 Doug Evans <dje@google.com> Add support for enabling/disabling individual pretty-printers. |