This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [RFC] pascal support sizeof (expression)


> >   Once more, I ask before committing because I am
> > unsure about the ChangeLog entry:
> 
> When unsure, I tend to look at prior art ;-).

  I did, but didn't find any obvious pattern...
 
> > Pierre Muller
> > Pascal language support maintainer for GDB
> >
> > 2010-05-07  Pierre Muller  <muller@ics.u-strasbg.fr>
> >
> > 	* p-exp.y (pascal_parse): Add support for `sizeof (expression)'.
> 
> I usually tend to provide the name of the rule, like in makefiles...
> Or looking at Tom's entry:
> 
>         (exp : VARIABLE): Call write_dollar_variable.

I committed the patch with this ChangeLog entry:

2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>

       * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.


Pierre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]