This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/2] Introduce context class
- From: Diego Novillo <dnovillo at google dot com>
- To: David Malcolm <dmalcolm at redhat dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 24 Jul 2013 18:55:13 -0400
- Subject: Re: [PATCH 1/2] Introduce context class
- References: <1374678544-8678-1-git-send-email-dmalcolm at redhat dot com> <1374678544-8678-2-git-send-email-dmalcolm at redhat dot com>
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.