diff options
| author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-02 01:02:16 +0000 |
|---|---|---|
| committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-02 01:02:16 +0000 |
| commit | 0cadf2952864850ea83a592dc70aa30c2ade72e1 (patch) | |
| tree | f848b1e37ccc5db773f62cfae8836cbe265a415f | |
| parent | e6cd6ed55cd5b61b5a0e16b4a93496000978f883 (diff) | |
| download | ppe42-gcc-0cadf2952864850ea83a592dc70aa30c2ade72e1.tar.gz ppe42-gcc-0cadf2952864850ea83a592dc70aa30c2ade72e1.zip | |
Fix doc bug pointed out by Sergei Organov.
* doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101528 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8236a2fd350..d07f64e0ed6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-01 James E. Wilson <wilson@specifixinc.com> + + * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet. + 2005-07-01 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/22269 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 140983bc208..a979900ac52 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5235,7 +5235,7 @@ though, can be replaced by @code{section} attributes. @item @emph{unit-at-a-time} mode removes unreferenced static variables -and functions are removed. This may result in undefined references +and functions. This may result in undefined references when an @code{asm} statement refers directly to variables or functions that are otherwise unused. In that case either the variable/function shall be listed as an operand of the @code{asm} statement operand or, |

