Commit 2fd13506 by Kazu Hirata Committed by Kazu Hirata

linux.h: Fix a comment typo.

	* config/i386/linux.h: Fix a comment typo.
	* doc/extend.texi: Fix a typo.

From-SVN: r91377
parent 086aa12e
2004-11-27 Kazu Hirata <kazu@cs.umass.edu>
* config/i386/linux.h: Fix a comment typo.
* doc/extend.texi: Fix a typo.
2004-11-27 Jeff Law <law@redhat.com> 2004-11-27 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_tree_cfg): Also return true if blocks * tree-cfg.c (cleanup_tree_cfg): Also return true if blocks
......
...@@ -183,5 +183,5 @@ Boston, MA 02111-1307, USA. */ ...@@ -183,5 +183,5 @@ Boston, MA 02111-1307, USA. */
#define MD_UNWIND_SUPPORT "config/i386/linux-unwind.h" #define MD_UNWIND_SUPPORT "config/i386/linux-unwind.h"
/* This macro may be overriden in i386/k*bsd-gnu.h */ /* This macro may be overridden in i386/k*bsd-gnu.h. */
#define REG_NAME(reg) reg #define REG_NAME(reg) reg
...@@ -8476,7 +8476,7 @@ int vec_any_out (vector float, vector float); ...@@ -8476,7 +8476,7 @@ int vec_any_out (vector float, vector float);
@subsection SPARC VIS Built-in Functions @subsection SPARC VIS Built-in Functions
GCC supports SIMD operations on the SPARC using both the generic vector GCC supports SIMD operations on the SPARC using both the generic vector
extentions (@pxref{Vector Extensions}) as well as built-in functions for extensions (@pxref{Vector Extensions}) as well as built-in functions for
the SPARC Visual Instruction Set (VIS). When you use the @option{-mvis} the SPARC Visual Instruction Set (VIS). When you use the @option{-mvis}
switch, the VIS extension is exposed as the following built-in functions: switch, the VIS extension is exposed as the following built-in functions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment