From patchwork Fri Jul 15 15:53:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 104851 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 6E157B6F00 for ; Sat, 16 Jul 2011 01:54:12 +1000 (EST) Received: (qmail 21649 invoked by alias); 15 Jul 2011 15:54:10 -0000 Received: (qmail 21640 invoked by uid 22791); 15 Jul 2011 15:54:09 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, TW_WW 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, 15 Jul 2011 15:53:37 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 7BC439C1 for ; Fri, 15 Jul 2011 17:53:36 +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 C4YbGTUJpe08 for ; Fri, 15 Jul 2011 17:53:34 +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 D4E309C0 for ; Fri, 15 Jul 2011 17:53:34 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p6FFrYcs010077; Fri, 15 Jul 2011 17:53:34 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [wwwdocs, 4.6] Announce NetWare obsoletion, removal Date: Fri, 15 Jul 2011 17:53:34 +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 Corresponding the the NetWare obsoletion and removal (upcoming, currently being tested) patches, here's the wwwdocs change. Ok? Rainer 2011-07-15 Rainer Orth * htdocs/gcc-4.6/changes.html: Document Netware x86 obsoletion. * htdocs/gcc-4.7/changes.html: Document NetWare x86 removal. Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.131 diff -u -p -r1.131 changes.html --- htdocs/gcc-4.6/changes.html 27 Jun 2011 09:46:57 -0000 1.131 +++ htdocs/gcc-4.6/changes.html 15 Jul 2011 15:29:34 -0000 @@ -91,6 +91,7 @@
  • Interix (i[34567]86-*-interix3*)
  • +
  • NetWare x86 (i[3456x]86-*-netware*)
  • Generic ARM PE (arm-*-pe* other than arm*-wince-pe*)
  • MCore PE (mcore-*-pe*)
  • Index: htdocs/gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.22 diff -u -p -r1.22 changes.html --- htdocs/gcc-4.7/changes.html 15 Jul 2011 09:48:15 -0000 1.22 +++ htdocs/gcc-4.7/changes.html 15 Jul 2011 15:29:34 -0000 @@ -46,6 +46,9 @@
  • The ARM port's -mwords-little-endian option has been deprecated. It will be removed in a future release.
  • + +
  • Support has been removed for the NetWare x86 configuration + obsoleted in GCC 4.6.

General Optimizer Improvements