This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] [wwwdocs] MIPS changes in 4.0


This patch fixes a typo in yesterday's commit.

Richard


Index: htdocs/gcc-4.0/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.12
diff -u -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.12 changes.html
--- htdocs/gcc-4.0/changes.html	11 Oct 2004 12:00:44 -0000	1.12
+++ htdocs/gcc-4.0/changes.html	12 Oct 2004 07:11:15 -0000
@@ -235,7 +235,7 @@
         schedules at the cost of increased code size.</li>
     <li>Support for the Broadcom SB-1 has been extended.  There is now
         an SB-1 scheduler as well as support for the SB-1-specific
-        paired-single instructions.  Full SB-1 support can selected with
+        paired-single instructions.  Full SB-1 support can be selected with
         <code>-march=sb1</code> while code for any ISA can be optimized
         for the SB-1 using <code>-mtune=sb1</code>.</li>
     <li>The compiler can now work around errata in R4000, R4400 and


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]