diff mbox

[wwwdocs] Nits in gcc-4.6/changes.html

Message ID mcrbp2udq1f.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor Feb. 2, 2011, 10:34 p.m. UTC
Gerald Pfeifer <gerald@pfeifer.com> writes:

> On Mon, 31 Jan 2011, Rainer Orth wrote:
>> * Go:
>> 
>>   List supported targets.  GNU/Linux, Solaris is in the works (mostly
>>   done), *BSD?
>
> I believe that sounds useful.  Ian, what do you think?

Good idea.  Committed like so.

Ian
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.101
diff -u -r1.101 changes.html
--- changes.html	29 Jan 2011 10:43:23 -0000	1.101
+++ changes.html	2 Feb 2011 22:33:35 -0000
@@ -466,11 +466,15 @@ 
 
 <h3 id="go">Go</h3>
 
-Support for the <a href="http://golang.org/">Go programming
-  language</a> has been added to GCC.  It is not enabled by default
-  when you build GCC; use the <code>--enable-languages</code>
-  configure option to build it.  The driver program for compiling Go
-  code is <code>gccgo</code>.
+<p>Support for the <a href="http://golang.org/">Go programming
+    language</a> has been added to GCC.  It is not enabled by default
+    when you build GCC; use the <code>--enable-languages</code>
+    configure option to build it.  The driver program for compiling Go
+    code is <code>gccgo</code>.</p>
+
+<p>Go is currently known to work on GNU/Linux and RTEMS.  Solaris
+  support is in progress.  It may or may not work on other
+  platforms.</p>
 
 <h3>Java (GCJ)</h3>