diff mbox

[wwwdoc] Add support for Loongson 3A processor

Message ID AANLkTik9guXkHsU-OB-Q3oQRNkQesXah0GkJLe6Dnkdv@mail.gmail.com
State New
Headers show

Commit Message

Mingjie Xing Dec. 14, 2010, 2:49 a.m. UTC
2010/12/13 Gerald Pfeifer <gerald@pfeifer.com>:
> On Mon, 6 Dec 2010, Mingjie Xing wrote:
>> Index: htdocs/gcc-4.6/changes.html
>> ===================================================================
>> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
>> retrieving revision 1.73
>> diff -r1.73 changes.html
>> 533a534,539
>>>   <ul>
>>>     <li>GCC now supports Loongson 3A processor.  The canonical
>>>      <code>-march=</code> and <code>-mtune=</code> name for the
>>>      processor is <code>loongson3a</code>.
>>>     </li>
>
> I suggest to say "the Loongson 3A processor" and possibly "Its
> canonical... name is...".
>
> Fine with the first change; the second is up to you.
>
> Thanks,
> Gerald
>

I have updated the patch according to your suggestions.  See the attachment.

BTW, I don't know if I have access to wwwdoc cvs.

Thanks,
Mingjie

Comments

Gerald Pfeifer Dec. 14, 2010, 7:28 a.m. UTC | #1
On Tue, 14 Dec 2010, Mingjie Xing wrote:
> I have updated the patch according to your suggestions.  See the 
> attachment.

Looks good, thank you.

> BTW, I don't know if I have access to wwwdoc cvs.

If you have write access to Subversion, you also have write access
to wwwdocs.  Please refer to

  http://gcc.gnu.org/cvs.html

for some more details.  (I'll be simplifying that page, just am behind
a firewall that does not allow for outgoing SSH access right now.)

Gerald
Mingjie Xing Dec. 14, 2010, 7:43 a.m. UTC | #2
2010/12/14 Gerald Pfeifer <gerald@pfeifer.com>:
> On Tue, 14 Dec 2010, Mingjie Xing wrote:
>> I have updated the patch according to your suggestions.  See the
>> attachment.
>
> Looks good, thank you.
>
>> BTW, I don't know if I have access to wwwdoc cvs.
>
> If you have write access to Subversion, you also have write access
> to wwwdocs.  Please refer to
>
>  http://gcc.gnu.org/cvs.html
>
> for some more details.  (I'll be simplifying that page, just am behind
> a firewall that does not allow for outgoing SSH access right now.)
>
> Gerald
>

Committed at  revision: 1.76.

Thanks,
Mingjie
diff mbox

Patch

Index: htdocs/gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.73
diff -u -p -r1.73 changes.html
--- htdocs/gcc-4.6/changes.html	27 Nov 2010 10:26:28 -0000	1.73
+++ htdocs/gcc-4.6/changes.html	14 Dec 2010 02:45:00 -0000
@@ -531,6 +531,12 @@ 
 supported on several Xilinx Spartan and Virtex FPGAs. </p>
 
 <h3>MIPS</h3>
+  <ul>
+    <li>GCC now supports the Loongson 3A processor.  Its canonical
+	<code>-march=</code> and <code>-mtune=</code> name is
+	<code>loongson3a</code>.
+    </li>
+  </ul>
 
 <h3 id="picochip">picochip</h3>