diff mbox

[wwwdocs,committed] Updated Fortran part of http://gcc.gnu.org/gcc-4.9/changes.html

Message ID CADj25HM69dxNv8kDFAAPdwyo2fpDNEOjU2dgry5ZDb3VRtJbTg@mail.gmail.com
State New
Headers show

Commit Message

Chung-Ju Wu April 11, 2013, 8:25 a.m. UTC
2013/4/11 Tobias Burnus <burnus@net-b.de>:
> http://gcc.gnu.org/gcc-4.9/changes.html was so empty :-)
>
> I have committed the attached patch - comments and suggestions are welcome.
>
> Tobias


Hi, Tobias,

On behalf of Andes Technology Co.,
I am going to propose a new target contribution, nds32 port, to GCC on
June or July.

If the contribution is adopted by the GCC Steering Committee and community,
is following content OK for describing the new target 'nds32'? :)





Best regards,
jasonwucj

Comments

Tobias Burnus April 11, 2013, 9:06 a.m. UTC | #1
Hi Chung-Wu,

Chung-Ju Wu wrote:
> On behalf of Andes Technology Co., I am going to propose a new target contribution, nds32 port, to GCC on
> June or July. If the contribution is adopted by the GCC Steering Committee and community,
> is following content OK for describing the new target 'nds32'? :)

Note that changes.html only lists changes which have been done not those 
which are planned. Additionally, I am really the wrong person for 
reviewing those patches - I am just maintaining the Fortran part of GCC.

But after nds32 is supported in GCC, nds32 should surely have such an 
entry in changes.html.

Regards,

Tobias
Chung-Ju Wu April 11, 2013, 9:50 a.m. UTC | #2
2013/4/11 Tobias Burnus <burnus@net-b.de>:
> Hi Chung-Wu,
>
>
> Chung-Ju Wu wrote:
>>
>> On behalf of Andes Technology Co., I am going to propose a new target
>> contribution, nds32 port, to GCC on
>> June or July. If the contribution is adopted by the GCC Steering Committee
>> and community,
>> is following content OK for describing the new target 'nds32'? :)
>
>
> Note that changes.html only lists changes which have been done not those
> which are planned. Additionally, I am really the wrong person for reviewing
> those patches - I am just maintaining the Fortran part of GCC.
>
> But after nds32 is supported in GCC, nds32 should surely have such an entry
> in changes.html.
>
> Regards,
>
> Tobias
>

Ah... I see.

Once 'nds32' target is supported in GCC, I will send a new patch to
this mailing list and web page maintainer Gerald Pfeifer again.

Thanks for the information! :)


Best regards,
jasonwucj
diff mbox

Patch

Index: htdocs/gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.3
diff -u -r1.3 changes.html
--- htdocs/gcc-4.9/changes.html 10 Apr 2013 17:29:50 -0000      1.3
+++ htdocs/gcc-4.9/changes.html 11 Apr 2013 08:06:05 -0000
@@ -65,10 +65,15 @@ 
 <h3>Java (GCJ)</h3>
 -->

-<!--
 <h2 id="targets">New Targets and Target Specific Improvements</h2>

--->
+<h3 id="nds32">NDS32</h3>
+<ul>
+  <li> A new port will be added to support <code>nds32</code> target,
+    the 32-bit architecture from Andes Technology Corporation.</li>
+  <li> The port will provide initial support for the V2, V3, V3m
+    instruction set architectures.</li>
+</ul>

 <!--
 <h2>Documentation improvements</h2>