diff options
author | Yao Qi <yao@codesourcery.com> | 2012-11-02 00:14:39 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-11-02 00:14:39 +0000 |
commit | f0559fff600165f5cbdf546737217e1da3f737b8 (patch) | |
tree | 1489559436bf24a052db270aba603d65763d5bcc /gdb/ChangeLog | |
parent | 9ad9e68c611405111d62bb68d2b24ebbfcc307bd (diff) | |
download | gdb-f0559fff600165f5cbdf546737217e1da3f737b8.zip gdb-f0559fff600165f5cbdf546737217e1da3f737b8.tar.gz gdb-f0559fff600165f5cbdf546737217e1da3f737b8.tar.bz2 |
gdb:
2012-11-02 Yao Qi <yao@codesourcery.com>
* std-operator.def: Remove OP_LABELED.
* eval.c: Remove the declaration of 'get_label'.
(get_label): Remove.
(evaluate_struct_tuple): Remove code handling OP_LABELED.
Update comment.
Remove local variable 'variantno' and related code.
Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
with 'fieldno'.
* expprint.c (print_subexp_standard): Likewise.
(dump_subexp_body_standard): Likewise.
* parse.c (operator_length_standard): Likewise.
gdb/testsuite:
2012-11-02 Yao Qi <yao@codesourcery.com>
* gdb.base/setvar.exp: Test setting nested struct.
* gdb.base/setvar.c (v_struct3): New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 96000de..adcdb97 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2012-11-02 Yao Qi <yao@codesourcery.com> + + * std-operator.def: Remove OP_LABELED. + * eval.c: Remove the declaration of 'get_label'. + (get_label): Remove. + (evaluate_struct_tuple): Remove code handling OP_LABELED. + Update comment. + Remove local variable 'variantno' and related code. + Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno' + with 'fieldno'. + * expprint.c (print_subexp_standard): Likewise. + (dump_subexp_body_standard): Likewise. + * parse.c (operator_length_standard): Likewise. + 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr> Incorporate ARI web page generator into GDB sources. |