Message ID | yddwpnv0xea.fsf@lokon.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
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
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
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
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