From patchwork Fri Oct 1 20:20:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 66513 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 35ADCB70F8 for ; Sat, 2 Oct 2010 06:26:01 +1000 (EST) Received: (qmail 26297 invoked by alias); 1 Oct 2010 20:25:56 -0000 Received: (qmail 26281 invoked by uid 22791); 1 Oct 2010 20:25:54 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Oct 2010 20:25:49 +0000 Received: from kpbe11.cbf.corp.google.com (kpbe11.cbf.corp.google.com [172.25.105.75]) by smtp-out.google.com with ESMTP id o91KPl4j005526 for ; Fri, 1 Oct 2010 13:25:47 -0700 Received: from pva18 (pva18.prod.google.com [10.241.209.18]) by kpbe11.cbf.corp.google.com with ESMTP id o91KPjZD008375 for ; Fri, 1 Oct 2010 13:25:45 -0700 Received: by pva18 with SMTP id 18so973601pva.16 for ; Fri, 01 Oct 2010 13:25:45 -0700 (PDT) Received: by 10.114.73.14 with SMTP id v14mr6989567waa.39.1285964423452; Fri, 01 Oct 2010 13:20:23 -0700 (PDT) Received: from coign.google.com (dhcp-172-22-123-203.mtv.corp.google.com [172.22.123.203]) by mx.google.com with ESMTPS id c24sm2469678wam.7.2010.10.01.13.20.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 01 Oct 2010 13:20:22 -0700 (PDT) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: PATCH COMMITTED: Update split branch description on web page Date: Fri, 01 Oct 2010 13:20:21 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true 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 I committed this patch to the web repository to indicate that the split branch has been merged into mainline. Ian Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.153 diff -u -r1.153 svn.html --- svn.html 4 Aug 2010 02:50:21 -0000 1.153 +++ svn.html 1 Oct 2010 20:19:34 -0000 @@ -277,12 +277,6 @@ Starynkevitch basile@starynkevitch.net. Use the [MELT] tag for patches. -
split
-
For development of stack splitting, as described - on the GCC wiki. - This branch is maintained by Ian Lance Taylor. Patches should be - marked with the tag [split] in the subject line.
-
stack
This branch contains a new stack alignment framework to automatically align stack for local variables with alignment requirement. @@ -1007,6 +1001,12 @@ named-addr-spaces-branch to a GCC 4.3 tree. This branch was maintained by Michael Meissner. This branch was merged from gcc-4_3-branch.
+
split
+
For development of stack splitting, as described + on the GCC wiki. + This branch was maintained by Ian Lance Taylor. All changes were + merged into mainline.
+