OSDN Git Service

2001-09-20 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Thu, 27 Sep 2001 22:39:05 +0000 (22:39 +0000)
committerMichael Snyder <msnyder@specifix.com>
Thu, 27 Sep 2001 22:39:05 +0000 (22:39 +0000)
commit5e24eafb253809eaac88fc1d4c82f6549c640235
treec04d22386535f4667b8f9357f40037274e945e0e
parent250d2cb6c77aa18ea7ae3c4a08b836fc5130c7e5
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/parse.c
gdb/parser-defs.h