From patchwork Tue May 31 08:03:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 628044 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rJmFx2BbNz9syq for ; Tue, 31 May 2016 18:03:32 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=GvH66mag; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; q=dns; s=default; b=a+GSe5P2Q2MnPMOa latGC7DwDVVsTCAn8h3bKnWtrC6X96rOmzyirDE3KEWBCKClSeoWRa0JFUzHem3m W89LFVSS4QPofToJmlvesIZkU/iG+VYvQ5z9kG2kPqRRP5dGM6hBzK5Rac91Dhd+ puX00WGGtOajvCnm41gMfk8ak/s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=default; bh=AcghetiRs0xdNThy0U4LCJ dhv7o=; b=GvH66magFYtGEW/g1GtpDIVdUJ5BF2ODyv02A5jE06jDWQzgWmabO/ l+DGsG5LrqTgc0regl9GQVm17UaxumGIbCMEs/kXV5tPA1PqBYFTN01K8mE4/KOE 7IWYR7geRiCUBh/RfYrri9pJRUmFxIK/fElMoeFj3knkAUAGhemak= Received: (qmail 28213 invoked by alias); 31 May 2016 08:03:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 28200 invoked by uid 89); 31 May 2016 08:03:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL, BAYES_00, KAM_ASCII_DIVIDERS, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Biotechnology, biotechnology, Technology, technology X-HELO: smtp.CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE (HELO smtp.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 31 May 2016 08:03:14 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id AE39C911; Tue, 31 May 2016 10:03:11 +0200 (CEST) Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jIebmrdWerel; Tue, 31 May 2016 10:03:09 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 68C9490F; Tue, 31 May 2016 10:03:09 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.15.2+Sun/8.15.2/Submit) id u4V838ix005893; Tue, 31 May 2016 10:03:08 +0200 (CEST) From: Rainer Orth To: Gerald Pfeifer Cc: gcc-patches@gcc.gnu.org, Sandra Loosemore Subject: Re: [wwwdocs] Document GCC 6 Solaris changes References: Date: Tue, 31 May 2016 10:03:08 +0200 In-Reply-To: (Gerald Pfeifer's message of "Fri, 27 May 2016 21:59:48 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes 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 -0000 1.81 +++ htdocs/gcc-6/changes.html 31 May 2016 08:00:59 -0000 @@ -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.
- -