This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Document GCC 6 Solaris changes


Gerald Pfeifer <gerald@pfeifer.com> writes:

> On Tue, 19 Apr 2016, Rainer Orth wrote:
>>>> [gcc-6/changes.html]
>> Btw., I noticed that the subsections of `Operating Systems' are in
>> random order.  Shouldn't they be sorted alphabetically?
>
> Yes.  Want to give it a try?  It's surely pre-approved.

Sure: done like this.  Fortunately, mostly the AIX entry was out of place.

	Rainer


2016-05-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* htdocs/gcc-6/changes.html (Operating Systems): Sort entries.

? update.log
Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.81
diff -u -p -r1.81 changes.html
--- htdocs/gcc-6/changes.html	4 May 2016 10:07:41 -0000	1.81
+++ htdocs/gcc-6/changes.html	31 May 2016 08:00:59 -0000
@@ -765,6 +765,14 @@ within strings:
 <!-- .................................................................. -->
 <h2 id="os">Operating Systems</h2>
 
+<h3 id="aix">AIX</h3>
+  <ul>
+    <li>DWARF debugging support for AIX 7.1 has been enabled as an optional
+    debugging format.  A more recent Technology Level (TL) and GCC built
+    with that level are required for full exploitation of DWARF debugging
+    capabilities.</li>
+  </ul>
+
 <!-- <h3 id="dragonfly">DragonFly BSD</h3> -->
 
 <!-- <h3 id="freebsd">FreeBSD</h3> -->
@@ -796,14 +804,6 @@ within strings:
     variable <code>GOMP_RTEMS_THREAD_POOLS</code>.</li>
   </ul>
 
-<h3 id="aix">AIX</h3>
-  <ul>
-    <li>DWARF debugging support for AIX 7.1 has been enabled as an optional
-    debugging format.  A more recent Technology Level (TL) and GCC built
-    with that level are required for full exploitation of DWARF debugging
-    capabilities.</li>
-  </ul>
-
 <h3 id="solaris">Solaris</h3>
   <ul>
     <li>Solaris 12 is now fully supported.  Minimal support had already
@@ -818,13 +818,13 @@ within strings:
     <li><code>libvtv</code> has been ported to Solaris 11 and up.</li>
   </ul>
 
+<!-- <h3 id="vxmils">VxWorks MILS</h3> -->
+
 <h3 id="windows">Windows</h3>
   <ul>
    <li>The option <code>-mstackrealign</code> is now automatically activated
    in 32-bit mode whenever the use of SSE instructions is requested.</li>
   </ul>
-<!-- <h3 id="vxmils">VxWorks MILS</h3> -->
-
 
 <!-- .................................................................. -->
 <!-- <h2>Documentation improvements</h2> -->
-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]