On Sat, 2013-08-03 at 08:19 -1000, Richard Henderson wrote:
> On 08/02/2013 02:43 PM, David Malcolm wrote:
> > gcc/
> >     * Makefile.in (GTFILES): Add context.h.
> >     * context.c (gcc::context::operator new): New.
> >     (gcc::context::gt_ggc_mx): New.
> >     (gcc::context::gt_pch_nx): New.
> >     (gcc::context::gt_pch_nx): New.
> >     * context.h (gcc::context): Add GTY((user)) marking.
> >     (gcc::context::operator new): New.
> >     (gcc::context::gt_ggc_mx): New.
> >     (gcc::context::gt_pch_nx): New.
> >     (gcc::context::gt_pch_nx): New.
> >     (g): Add GTY marking.
> >     (gt_ggc_mx (gcc::context *)): New.
> >     (gt_pch_nx (gcc::context *)): New.
> >     (gt_pch_nx (gcc::context *ctxt, gt_pointer_operator op,
> >     void *cookie)): New.
> >     * gengtype.c (open_base_files) <ifiles>: Add context.h.
> 
> Ok.

Thanks; committed to trunk as r201864.


Reply via email to