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
