[PATCH 1/2] Introduce context class

David Malcolm dmalcolm@redhat.com
Thu Jul 25 00:27:00 GMT 2013


On Wed, 2013-07-24 at 18:55 -0400, Diego Novillo wrote:
> On Wed, Jul 24, 2013 at 11:09 AM, David Malcolm <dmalcolm@redhat.com> wrote:
> > gcc/
> >
> >         Introduce context class.
> >
> >         * Makefile.in (CONTEXT_H): New.
> >         (OBJS): Add context.o.
> >         (toplev.o): Add CONTEXT_H to dependencies.
> >         (context.o): New.
> >
> >         * toplev.c (general_init): Create the singleton gcc::context
> >         instance.
> >
> >         * context.c: New.
> >
> >         * context.h: New.
> 
> OK.

Thanks.

I doublechecked the bootstrap of *just* this patch (rather than the
combination of *both* patches) on x86_64-unknown-linux-gnu and it worked
OK, so I've committed this to svn trunk as r201230.




More information about the Gcc-patches mailing list