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, doc] Restore dropped sentence in options.texi (Option file format)


On Sun, Mar 1, 2009 at 8:11 AM, Ralf Wildenhues <Ralf.Wildenhues@gmx.de> wrote:
> This patch
>
> | 2008-07-23 ?Michael Meissner ?<gnu@the-meissners.org>
> | ? ? ? ? ? ?Karthik Kumar ?<karthikkumar@gmail.com>
> [...]
> | ? ? ? ?* doc/options.texi (TargetSave): Document TargetSave syntax.
> | ? ? ? ?(UInteger): Document UInteger must be used for certain flags.
> | ? ? ? ?(Save): Document Save option to create target specific options
> | ? ? ? ?that can be saved/restored on a function specific context.
>
> borked up 'info gccint -n "Option file format"' a bit:
>
> | ?The files can contain the following types of record:
> [...]
> | ? ?* A target specific save record to save additional information. These
> | ? ? ?records have two fields: the string `TargetSave', and a
> | ? ? ?declaration type to go in the `cl_target_option' structure.
> |
> | ? ?* ? ? ? ? ? 1. the name of the option, with the leading "-" removed
> |
> | ? ? ? ?2. a space-separated list of option properties (*note Option
> | ? ? ? ? ? properties::)
> [...]
> |
> | ? ? ?By default, all options beginning with "f", "W" or "m" are
> | ? ? ?implicitly assumed to take a "no-" form. ?This form should not be
> [...]
>
> This patch undoes the breakage. ?Tested 'make info html pdf'. ?OK?

Ok.

Thanks,
Richard.

> Thanks,
> Ralf
>
> gcc/ChangeLog:
> 2009-03-01 ?Ralf Wildenhues ?<Ralf.Wildenhues@gmx.de>
>
> ? ? ? ?* doc/options.texi (Option file format): Fix bad indentation,
> ? ? ? ?restoring dropped sentence.
>
> diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi
> index 4581ead..913e2e2 100644
> --- a/gcc/doc/options.texi
> +++ b/gcc/doc/options.texi
> @@ -40,6 +40,7 @@ records have two fields: the string @samp{TargetSave}, and a
> ?declaration type to go in the @code{cl_target_option} structure.
>
> ?@item
> +An option definition record. ?These records have the following fields:
> ?@enumerate
> ?@item
> ?the name of the option, with the leading ``-'' removed
>
>


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