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: [wwwdata,committed] fix link anchors in gcc-4.5/changes.html


This is a bit pointless since it will be broken in the next commit to
invoke.texi, specially if you link to the /onlinedocs/ which change
often.

Cheers,

Manuel.

On 6 April 2010 14:36, Tobias Burnus <burnus@net-b.de> wrote:
> Committed as obvious: Fix of the link anchors in gcc-4.5/changes.html
>
> cvs commit: Examining .
> Checking in changes.html;
> /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v ?<-- ?changes.html
> new revision: 1.79; previous revision: 1.78
>
> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
> retrieving revision 1.78
> diff -u -r1.78 changes.html
> --- changes.html ? ? ? ?4 Apr 2010 06:21:58 -0000 ? ? ? 1.78
> +++ changes.html ? ? ? ?6 Apr 2010 12:33:40 -0000
> @@ -112,7 +112,7 @@
> ? ? and <code>csinl</code>) are also handled.</li>
>
> ? ? <li>A new link-time optimizer has been added (<code><a
> -
> href="http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto-795";
> +
> href="http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto-797";
> ? ? >-flto</a></code>).
> ? ? When this flag is used, GCC generates a bytecode representation of
> ? ? each input file and writes it to special ELF sections in each
> @@ -125,9 +125,9 @@
> ? ? <code>-flto</code> needs to be specified at compile time and during
> ? ? the final link. If the program does not require any symbols to be
> ? ? exported, it is possible to combine <code>-flto</code> and <code><a
> -
> href="http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fwhopr-796";
> +
> href="http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fwhopr-798";
> ? ? >-fwhopr</a></code> with <code><a
> -
> href="http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fwhole_002dprogram-794";
> +
> href="http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fwhole_002dprogram-796";
> ? ? >-fwhole-program</a></code> to allow the interprocedural optimizers
> ? ? to use more aggressive assumptions.</li>
>
>


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