This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH 1/2] Introduce context class


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.


Diego.


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