From: Ben Elliston Date: Wed, 20 Dec 2006 02:49:37 +0000 (+0000) Subject: * doc/invoke.texi (Optimize Options): Typo fix. X-Git-Tag: releases/gcc-4.3.0~7900 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbd29fdcec9aae70797d65f360efef799827d4c8;p=thirdparty%2Fgcc.git * doc/invoke.texi (Optimize Options): Typo fix. From-SVN: r120067 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0bcb986e31a..d69245896c08 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-20 Ben Elliston + + * doc/invoke.texi (Optimize Options): Typo fix. + 2006-12-19 Eric Christopher * config/darwin.c (machopic_select_section): Rewrite. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a81ca40d7719..1c3c9dfba46e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5735,7 +5735,7 @@ After running a program compiled with @option{-fprofile-arcs} the number of times each branch was taken. When the program compiled with @option{-fprofile-arcs} exits it saves arc execution counts to a file called @file{@var{sourcename}.gcda} for each source -file The information in this data file is very dependent on the +file. The information in this data file is very dependent on the structure of the generated code, so you must use the same source code and the same optimization options for both compilations.