From patchwork Fri Jul 1 10:17:54 2011
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Rainer Orth
X-Patchwork-Id: 102892
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])
by ozlabs.org (Postfix) with SMTP id 7F592B6F69
for ;
Fri, 1 Jul 2011 20:18:17 +1000 (EST)
Received: (qmail 27848 invoked by alias); 1 Jul 2011 10:18:14 -0000
Received: (qmail 27838 invoked by uid 22791); 1 Jul 2011 10:18:14 -0000
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00,
T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO
smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by
sourceware.org (qpsmtpd/0.43rc1) with ESMTP;
Fri, 01 Jul 2011 10:17:58 +0000
Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by
smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id
7DA7161E; Fri, 1 Jul 2011 12:17:57 +0200 (CEST)
Received: from smtp-relay.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 d62y26Cw4-d1;
Fri, 1 Jul 2011 12:17:55 +0200 (CEST)
Received: from manam.CeBiTec.Uni-Bielefeld.DE
(manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using
TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No
client certificate requested) by
smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id
97B2761D; Fri, 1 Jul 2011 12:17:55 +0200 (CEST)
Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE
(8.14.4+Sun/8.14.4/Submit) id p61AHsU2026066;
Fri, 1 Jul 2011 12:17:54 +0200 (MEST)
From: Rainer Orth
To: gcc-patches@gcc.gnu.org
Cc: "Joseph S. Myers" ,
Gerald Pfeifer
Subject: [wwwdocs] Document IRIX 6.5, Tru64 UNIX V5.1 obsoletion
Date: Fri, 01 Jul 2011 12:17:54 +0200
Message-ID:
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v)
MIME-Version: 1.0
X-IsSubscribed: yes
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
As just announced, here's the patch to the GCC 4.7 changes.html to
document the IRIX and Tru64 UNIX obsoletions, together with the
-compat-bsd removal.
I don't need approval for the patch, but would be grateful for
improvements to wording.
Thanks.
Rainer
2011-07-01 Rainer Orth
* htdocs/gcc-4.7/changes.html: Document IRIX 6.5, Tru64 UNIX V5.1
obsoletion
Document -compat-bsd removal.
Index: htdocs/gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.18
diff -u -p -r1.18 changes.html
--- htdocs/gcc-4.7/changes.html 28 May 2011 08:05:36 -0000 1.18
+++ htdocs/gcc-4.7/changes.html 1 Jul 2011 10:13:37 -0000
@@ -24,10 +24,12 @@
particular architectures have been obsoleted:
+ - IRIX 6.5 (mips-sgi-irix6.5)
+ - MIPS OpenBSD (mips*-*-openbsd*)
- Solaris 8 (*-*-solaris2.8). Details can be found in the
announcement.
- - MIPS OpenBSD (mips*-*-openbsd*).
+ - Tru64 UNIX V5.1 (alpha*-dec-osf5.1*)
@@ -35,6 +37,12 @@
Support has been removed for Unix International threads on Solaris
2, so the --enable-threads=solaris
configure option and
the -threads
compiler option don't work any longer.
+ Support has been removed for the Solaris BSD Compatibility Package,
+ which lives in /usr/ucbinclude
and
+ /usr/ucblib
. It has been removed from Solaris 11, and was
+ only intended as a migration aid from SunOS 4 to SunOS 5. The
+ -compat-bsd
compiler option isn't recognized any
+ longer.
General Optimizer Improvements