Re: [wwwdocs] Document GCC 6 Solaris changes

2016-05-31 Thread Rainer Orth
Gerald Pfeifer  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  

* 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 -	1.81
+++ htdocs/gcc-6/changes.html	31 May 2016 08:00:59 -
@@ -765,6 +765,14 @@ within strings:
 
 Operating Systems
 
+AIX
+  
+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.
+  
+
 
 
 
@@ -796,14 +804,6 @@ within strings:
 variable GOMP_RTEMS_THREAD_POOLS.
   
 
-AIX
-  
-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.
-  
-
 Solaris
   
 Solaris 12 is now fully supported.  Minimal support had already
@@ -818,13 +818,13 @@ within strings:
 libvtv has been ported to Solaris 11 and up.
   
 
+
+
 Windows
   
The option -mstackrealign is now automatically activated
in 32-bit mode whenever the use of SSE instructions is requested.
   
-
-
 
 
 

-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


Re: [wwwdocs] Document GCC 6 Solaris changes

2016-05-27 Thread Gerald Pfeifer
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.

Gerald


Re: [wwwdocs] Document GCC 6 Solaris changes

2016-04-19 Thread Rainer Orth
Hi Gerald,

> On Mon, 18 Apr 2016, Rainer Orth wrote:
>> While updating docs for Solaris, here's a Solaris section for
>> gcc-6/changes.html.  Ok?
>
> Looks good to me, thanks.

thanks, installed.

Btw., I noticed that the subsections of `Operating Systems' are in
random order.  Shouldn't they be sorted alphabetically?

Rainer

-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


Re: [wwwdocs] Document GCC 6 Solaris changes

2016-04-18 Thread Gerald Pfeifer
On Mon, 18 Apr 2016, Rainer Orth wrote:
> While updating docs for Solaris, here's a Solaris section for
> gcc-6/changes.html.  Ok?

Looks good to me, thanks.

Gerald