public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 6/6] Andes nds32: wwwdoc for nds32 target.
@ 2013-07-08 11:05 Chung-Ju Wu
  2013-09-08 18:04 ` Chung-Ju Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Chung-Ju Wu @ 2013-07-08 11:05 UTC (permalink / raw)
  To: gcc-patches; +Cc: Gerald Pfeifer

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

Hi,

This patch consists of webpage changes for describing a new 'nds32'
target port and related information.

The following is a brief overview of changes:

htdocs/
2013-07-08  Chung-Ju Wu  <jasonwucj@gmail.com>
	    Shiva Chen  <shiva0217@gmail.com>

	* backends.html: Add architecture characteristic key for nds32 target.
	* readings.html: Add related information for nds32 target.
	* gcc-4.9/changes.html: Add nds32 target support description.

[-- Attachment #2: 6-nds32-wwwdoc.patch --]
[-- Type: application/octet-stream, Size: 2162 bytes --]

Index: htdocs/backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.46
diff -u -r1.46 backends.html
--- htdocs/backends.html	16 Jul 2012 21:19:20 -0000	1.46
+++ htdocs/backends.html	5 Jul 2013 04:16:24 -0000
@@ -92,6 +92,7 @@
 mmix     | HM  Q   C    q  p   b a e 
 mn10300  | ??             c  g      s
 ms1      |   S   F  B      p g bd
+nds32    |       F C       p    da  s
 pa       |   ? Q   CBD  qr    m da e 
 pdp11    |    L   IC    qrcp       e 
 rs6000   |     Q   C    qr      da   
Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.231
diff -u -r1.231 readings.html
--- htdocs/readings.html	1 Apr 2013 10:49:54 -0000	1.231
+++ htdocs/readings.html	5 Jul 2013 04:16:24 -0000
@@ -68,6 +68,13 @@
    Hardware Reference Manuals</a>
  </li>
 
+ <li>andes (nds32)
+  <br />Manufacturer: Various licenses of Andes Technology Corporation.
+  <br />CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and N13.
+  <br /><a href="http://www.andestech.com/en/products/documentation.htm">Andes Documentation</a>
+  <br />GDB includes a simulator for all CPUs.
+ </li>
+
  <li>arc
   <br />Manufacturer: ARC Cores (Argonaut)
  </li>
Index: htdocs/gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.23
diff -u -r1.23 changes.html
--- htdocs/gcc-4.9/changes.html	2 Jul 2013 07:48:31 -0000	1.23
+++ htdocs/gcc-4.9/changes.html	5 Jul 2013 04:16:24 -0000
@@ -225,6 +225,15 @@
       through <code>-march=slm</code>.
     </li>
   </ul>
+
+<h3 id="nds32">NDS32</h3>
+  <ul>
+    <li> A new port is added to support nds32 target,
+      the 32-bit architecture from Andes Technology Corporation.</li>
+    <li> The port provides initial support for the V2, V3, V3m
+      instruction set architectures.</li>
+  </ul>
+
 <h3 id="rx">RX</h3>
   <ul>
     <li> The port now allows to specify the RX100, RX200, and RX600 processors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 6/6] Andes nds32: wwwdoc for nds32 target.
  2013-07-08 11:05 [PATCH 6/6] Andes nds32: wwwdoc for nds32 target Chung-Ju Wu
@ 2013-09-08 18:04 ` Chung-Ju Wu
  2013-09-10 10:17   ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: Chung-Ju Wu @ 2013-09-08 18:04 UTC (permalink / raw)
  To: gcc-patches; +Cc: Gerald Pfeifer

[-- Attachment #1: Type: text/plain, Size: 694 bytes --]

On 7/8/13 7:05 PM, Chung-Ju Wu wrote:
> Hi,
> 
> This patch consists of webpage changes for describing a new 'nds32'
> target port and related information.
> 
> The following is a brief overview of changes:
> 
> htdocs/
> 2013-07-08  Chung-Ju Wu  <jasonwucj@gmail.com>
> 	    Shiva Chen  <shiva0217@gmail.com>
> 
> 	* backends.html: Add architecture characteristic key for nds32 target.
> 	* readings.html: Add related information for nds32 target.
> 	* gcc-4.9/changes.html: Add nds32 target support description.
> 

It has been a while since last patch.
I create a new v3 patch to resolve conflict with current trunk.

Is it OK to apply on the cvs wwwdoc trunk? :)


Best regards,
jasonwucj


[-- Attachment #2: 6-nds32-wwwdoc.v3.patch --]
[-- Type: text/plain, Size: 2163 bytes --]

Index: htdocs/backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.46
diff -u -r1.46 backends.html
--- htdocs/backends.html	16 Jul 2012 21:19:20 -0000	1.46
+++ htdocs/backends.html	8 Sep 2013 16:49:28 -0000
@@ -92,6 +92,7 @@
 mmix     | HM  Q   C    q  p   b a e 
 mn10300  | ??             c  g      s
 ms1      |   S   F  B      p g bd
+nds32    |       F C       p    da  s
 pa       |   ? Q   CBD  qr    m da e 
 pdp11    |    L   IC    qrcp       e 
 rs6000   |     Q   C    qr      da   
Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.231
diff -u -r1.231 readings.html
--- htdocs/readings.html	1 Apr 2013 10:49:54 -0000	1.231
+++ htdocs/readings.html	8 Sep 2013 16:49:28 -0000
@@ -68,6 +68,13 @@
    Hardware Reference Manuals</a>
  </li>
 
+ <li>andes (nds32)
+  <br />Manufacturer: Various licenses of Andes Technology Corporation.
+  <br />CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and N13.
+  <br /><a href="http://www.andestech.com/en/products/documentation.htm">Andes Documentation</a>
+  <br />GDB includes a simulator for all CPUs.
+ </li>
+
  <li>arc
   <br />Manufacturer: ARC Cores (Argonaut)
  </li>
Index: htdocs/gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.26
diff -u -r1.26 changes.html
--- htdocs/gcc-4.9/changes.html	26 Aug 2013 14:16:31 -0000	1.26
+++ htdocs/gcc-4.9/changes.html	8 Sep 2013 16:49:28 -0000
@@ -228,6 +228,15 @@
       through <code>-march=slm</code>.
     </li>
   </ul>
+
+<h3 id="nds32">NDS32</h3>
+  <ul>
+    <li> A new port is added to support nds32 target,
+      the 32-bit architecture from Andes Technology Corporation.</li>
+    <li> The port provides initial support for the V2, V3, V3m
+      instruction set architectures.</li>
+  </ul>
+
 <h3 id="rx">RX</h3>
   <ul>
     <li> The port now allows to specify the RX100, RX200, and RX600 processors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 6/6] Andes nds32: wwwdoc for nds32 target.
  2013-09-08 18:04 ` Chung-Ju Wu
@ 2013-09-10 10:17   ` Gerald Pfeifer
  2013-09-12 13:16     ` Chung-Ju Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Gerald Pfeifer @ 2013-09-10 10:17 UTC (permalink / raw)
  To: Chung-Ju Wu; +Cc: gcc-patches

On Mon, 9 Sep 2013, Chung-Ju Wu wrote:
> Is it OK to apply on the cvs wwwdoc trunk? :)

I would perhaps say:

  "A new nds32 port supports the 32-bit architecture from Andes 
  Technology Corporation"

or similar.

If you prefer the current wording, that needs an extra "the",
as in "to support the nds32 target".

The patch is fine one of these changes.


Once committed, can you also propose a new item for our main page?
A new port definitely is worth one. :)

Gerald

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 6/6] Andes nds32: wwwdoc for nds32 target.
  2013-09-10 10:17   ` Gerald Pfeifer
@ 2013-09-12 13:16     ` Chung-Ju Wu
  2013-09-12 14:18       ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: Chung-Ju Wu @ 2013-09-12 13:16 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 1748 bytes --]

2013/9/10 Gerald Pfeifer <gerald@pfeifer.com>:
> On Mon, 9 Sep 2013, Chung-Ju Wu wrote:
>> Is it OK to apply on the cvs wwwdoc trunk? :)
>
> I would perhaps say:
>
>   "A new nds32 port supports the 32-bit architecture from Andes
>   Technology Corporation"
>
> or similar.
>
> If you prefer the current wording, that needs an extra "the",
> as in "to support the nds32 target".
>
> The patch is fine one of these changes.
>

Thanks for the comment and approval.

I take first option as you suggested.
Attach is the revised patch and I will commit it after
nds32 port implementation gets approved and committed. :)

>
> Once committed, can you also propose a new item for our main page?
> A new port definitely is worth one. :)
>
> Gerald

I'd happy to propose a new item at "News" block
on gcc main page as follows:

Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.890
diff -u -r1.890 index.html
--- htdocs/index.html   13 Aug 2013 14:24:15 -0000      1.890
+++ htdocs/index.html   11 Sep 2013 14:08:10 -0000
@@ -53,6 +53,11 @@

 <dl class="news">

+<dt><span>Andes nds32 support</span>
+    <span class="date">[2013-MM-DD]</span></dt>
+    <dd>A port for nds32, the 32-bit architecture of AndesCore families,
+      has been contributed by Andes Technology Corporation.</dd>
+
 <dt><span>Twitter and Google+ accounts</span>
     <span class="date">[2013-08-08]</span></dt>
     <dd>GCC and the GNU Toolchain Project now have accounts on


Once nds32 port implementation is approved and committed,
I will fill up the date in 2013-MM-DD and formally post a
patch mail on mailing list.

Thank you so much. :)


Best regards,
jasonwucj

[-- Attachment #2: 6-nds32-wwwdoc.v3.revised.patch --]
[-- Type: application/octet-stream, Size: 2147 bytes --]

Index: htdocs/backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.46
diff -u -r1.46 backends.html
--- htdocs/backends.html	16 Jul 2012 21:19:20 -0000	1.46
+++ htdocs/backends.html	11 Sep 2013 13:46:33 -0000
@@ -92,6 +92,7 @@
 mmix     | HM  Q   C    q  p   b a e 
 mn10300  | ??             c  g      s
 ms1      |   S   F  B      p g bd
+nds32    |       F C       p    da  s
 pa       |   ? Q   CBD  qr    m da e 
 pdp11    |    L   IC    qrcp       e 
 rs6000   |     Q   C    qr      da   
Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.231
diff -u -r1.231 readings.html
--- htdocs/readings.html	1 Apr 2013 10:49:54 -0000	1.231
+++ htdocs/readings.html	11 Sep 2013 13:46:34 -0000
@@ -68,6 +68,13 @@
    Hardware Reference Manuals</a>
  </li>
 
+ <li>andes (nds32)
+  <br />Manufacturer: Various licenses of Andes Technology Corporation.
+  <br />CPUs include: AndesCore families N7, N8, SN8, N9, N10, N12 and N13.
+  <br /><a href="http://www.andestech.com/en/products/documentation.htm">Andes Documentation</a>
+  <br />GDB includes a simulator for all CPUs.
+ </li>
+
  <li>arc
   <br />Manufacturer: ARC Cores (Argonaut)
  </li>
Index: htdocs/gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.26
diff -u -r1.26 changes.html
--- htdocs/gcc-4.9/changes.html	26 Aug 2013 14:16:31 -0000	1.26
+++ htdocs/gcc-4.9/changes.html	11 Sep 2013 13:46:34 -0000
@@ -228,6 +228,15 @@
       through <code>-march=slm</code>.
     </li>
   </ul>
+
+<h3 id="nds32">NDS32</h3>
+  <ul>
+    <li> A new nds32 port supports the 32-bit architecture from Andes
+      Technology Corporation.</li>
+    <li> The port provides initial support for the V2, V3, V3m
+      instruction set architectures.</li>
+  </ul>
+
 <h3 id="rx">RX</h3>
   <ul>
     <li> The port now allows to specify the RX100, RX200, and RX600 processors

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 6/6] Andes nds32: wwwdoc for nds32 target.
  2013-09-12 13:16     ` Chung-Ju Wu
@ 2013-09-12 14:18       ` Gerald Pfeifer
  0 siblings, 0 replies; 5+ messages in thread
From: Gerald Pfeifer @ 2013-09-12 14:18 UTC (permalink / raw)
  To: Chung-Ju Wu; +Cc: gcc-patches

On Thu, 12 Sep 2013, Chung-Ju Wu wrote:
> I'd happy to propose a new item at "News" block
> on gcc main page as follows:

This looks fine, thanks!

> Once nds32 port implementation is approved and committed,
> I will fill up the date in 2013-MM-DD and formally post a
> patch mail on mailing list.

You can just go ahead and commit that patch at that point, no
need to repost unless you make some changes (beyond the date).

I hope the ports itself is going to be reviewed/approved soon;
good luck with that.

Gerald

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-12 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 11:05 [PATCH 6/6] Andes nds32: wwwdoc for nds32 target Chung-Ju Wu
2013-09-08 18:04 ` Chung-Ju Wu
2013-09-10 10:17   ` Gerald Pfeifer
2013-09-12 13:16     ` Chung-Ju Wu
2013-09-12 14:18       ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).