This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Minor documentation fix.
- From: Sergei Organov <osv at topconrd dot ru>
- To: gcc at gcc dot gnu dot org
- Date: 01 Jul 2005 18:53:51 +0400
- Subject: [PATCH] Minor documentation fix.
Index: invoke.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.637
diff -u -r1.637 invoke.texi
--- invoke.texi 15 Jun 2005 12:53:41 -0000 1.637
+++ invoke.texi 1 Jul 2005 14:52:13 -0000
@@ -5225,7 +5225,7 @@
@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,