This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] in pluign mode, send gengtype output to a user specified file
- From: Diego Novillo <dnovillo at google dot com>
- To: Rafael Espindola <espindola at google dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Basile STARYNKEVITCH <basile at starynkevitch dot net>
- Date: Tue, 29 Sep 2009 12:01:19 -0400
- Subject: Re: [patch] in pluign mode, send gengtype output to a user specified file
- References: <38a0d8450909240717t4d5e416cvcd84f7ff9da6bbf3@mail.gmail.com>
On Thu, Sep 24, 2009 at 10:17, Rafael Espindola <espindola@google.com> wrote:
> This patch changes gengtype to output all plugin information to a single file
> specified in the command line.
>
> 2009-09-24 ÂBasile Starynkevitch Â<basile@starynkevitch.net>
> Â Â Â Â Â ÂRafael Avila de Espindola Â<espindola@google.com>
>
> Â Â Â Â* gengtype.c (plugin_output): New.
> Â Â Â Â(get_output_file_with_visibility): Return plugin_output for plugins.
> Â Â Â Â(main): Parse and use the -P option.
> Â Â Â Â* gty.texi: Update the command line format.
Looks fine. I don't think '-p' should be renamed to '-P',
though. Basile, what's the point of that?
Diego.