From patchwork Mon Apr 15 14:57:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Earnshaw X-Patchwork-Id: 236625 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 851232C00A8 for ; Tue, 16 Apr 2013 00:58:01 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=iSbBIwNhaaeQRnrQuNYgJtnMLY+BkNQwvX+rGYR9UFQg4s yuuz/KW0DMta3QY/zZ1P33GV4b40YAJU+M8RcuOexfP3HrlK4jo5VaZGCh6zZ0CY nZ8Y3C50UBgy8Xb7zMZQaE4Lfoceei2rpwCtH3H1ptHcddkKCrlsrqQLfAJ5I= 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 :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=aRqgUkdW0OeuJ7cu5U6k/U/ZkMI=; b=KGB9G4BR1WCFfXbzx/vx RaHjpAwUcM+3pV/HSHG9VezTCSGZnM5bt3rdB9s3bKNBje8CjE5PgIHAfDBTA7Xw cnP//rw4s7J6QUKOy8I5oE2ROhrcFvvwHZoSl3HARW18eqnqEglNNV6ss6iqis4h e+MX36L3cZ41tVgoM0b6oZg= Received: (qmail 27214 invoked by alias); 15 Apr 2013 14:57:53 -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 27202 invoked by uid 89); 15 Apr 2013 14:57:52 -0000 X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_LOW, TW_WW autolearn=ham version=3.3.1 Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 15 Apr 2013 14:57:51 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 15 Apr 2013 15:57:49 +0100 Received: from [10.1.69.67] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 15 Apr 2013 15:57:48 +0100 Message-ID: <516C156B.4030409@arm.com> Date: Mon, 15 Apr 2013 15:57:47 +0100 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: gcc-patches Subject: [wwwdoc] Mark ARM/hard_vfp_4_4_branch as discontinued X-MC-Unique: 113041515574906201 X-Virus-Found: No In reality this was discontinued some time ago. But I was just doing some local spring-cleaning and realized that wwwdocs had never been updated. Committed as obvious. R. Index: svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.183 retrieving revision 1.184 diff -u -r1.183 -r1.184 --- svn.html 7 Apr 2013 23:47:29 -0000 1.183 +++ svn.html 15 Apr 2013 14:55:17 -0000 1.184 @@ -395,11 +395,6 @@ are Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> and H.J. Lu <hjl.tools@gmail.com>. -
ARM/hard_vfp_4_4_branch
-
This branch contains support for the hard-VFP variant of the AAPCS calling - standard and tracks the gcc-4.4 development. This branch is maintained by - Richard Earnshaw.
-
ARM/aarch64-branch
This branch adds support for the AArch64 architecture and will track trunk until such time as the port is merged into trunk. Patches to this @@ -1123,6 +1118,11 @@ by Laurynas Biveinis.
+
ARM/hard_vfp_4_4_branch
+
This branch contains support for the hard-VFP variant of the AAPCS calling + standard and tracked gcc-4.4 development. This branch was maintained by + Richard Earnshaw.
+
ix86/avx
The goal of this branch is to implement Intel AVX (Intel Advanced Vector Extensions). The branch is maintained by