2001-09-20 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 27 Sep 2001 21:16:43 +0000 (21:16 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 27 Sep 2001 21:16:43 +0000 (21:16 +0000)
commit56e2d25ab5b69584198204090fe049e920cd57db
tree1b1a3821b0a1b7d7f64be1fa2a25a221115f9a56
parent3e9986d2216e847a63ccd55fea53c381b8f5afa7
2001-09-20  Michael Snyder  <msnyder@redhat.com>
Changes by Daniel Berlin  <dan@cgsoftware.com>, to support
better parsing of const and volatile type expressions.
* c-exp.y (const_and_volatile, const_or_volatile_noopt,
const_or_volatile): New non-terminals.
(ptype): Use new rule for const_or_volatile.
(typebase): Use new rule for const_or_volatile_noopt.
* parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
* parse.c (follow_types): Handle tp_const and tp_volatile on the
        type stack: call make_cv_type to create new const/volatile type.
gdb/ChangeLog
gdb/c-exp.y
This page took 0.02549 seconds and 4 git commands to generate.