* 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
+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
@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,