diff mbox

[wwwdocs] Document GCC 6 Solaris changes

Message ID yddwpnv0xea.fsf@lokon.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth April 18, 2016, 3:06 p.m. UTC
While updating docs for Solaris, here's a Solaris section for
gcc-6/changes.html.  Ok?

	Rainer


2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* htdocs/gcc-6/changes.html (Solaris): New section.

Comments

Gerald Pfeifer April 18, 2016, 9:57 p.m. UTC | #1
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
Rainer Orth April 19, 2016, 11:29 a.m. UTC | #2
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
Gerald Pfeifer May 27, 2016, 7:59 p.m. UTC | #3
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
diff mbox

Patch

Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.73
diff -u -p -r1.73 changes.html
--- htdocs/gcc-6/changes.html	7 Apr 2016 09:38:31 -0000	1.73
+++ htdocs/gcc-6/changes.html	18 Apr 2016 15:03:37 -0000
@@ -682,6 +682,20 @@  within strings:
     capabilities.</li>
   </ul>
 
+<h3 id="solaris">Solaris</h3>
+  <ul>
+    <li>Solaris 12 is now fully supported.  Minimal support had already
+      been present in GCC 5.3.</li>
+    <li>Solaris 12 provides a full set of startup files (<code>crt1.o</code>,
+      <code>crti.o</code>, <code>crtn.o</code>), which GCC now prefers over
+      its own ones.</li>
+    <li>Position independent executables (PIE) are now supported on
+      Solaris 12.</li>
+    <li>Constructor priority is now supported on Solaris 12 with the system
+      linker.</li>
+    <li><code>libvtv</code> has been ported to Solaris 11 and up.</li>
+  </ul>
+
 <h3 id="windows">Windows</h3>
   <ul>
    <li>The option <code>-mstackrealign</code> is now automatically activated