From patchwork Wed Aug 15 09:00:44 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramana Radhakrishnan X-Patchwork-Id: 957816 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-483687-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=foss.arm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="vggRAHim"; dkim-atps=neutral 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 41r3PJ54sdz9s9N for ; Wed, 15 Aug 2018 19:01:56 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to:cc :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=A/a4mOxiOMY0Meg4iTkt1+GIHGyInRwGzxcDccU6uDognxdY1M w34+m3lhH71NPTqHNy5vgJmqa+GeW26FXfU8wyMeK5Wk6By5wbD/r/mHquvY8ruY dhX4VUtphMr39VeKUAhtv1wb4Pl9DsjSbC4VRmREnXzVxLqZme0BWOSt8= 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:to:cc :from:subject:message-id:date:mime-version:content-type; s= default; bh=pg7JQb3MN2+kqDNyVzTCHWy0IdE=; b=vggRAHim+hXLxX32j59c +4IBN7b4w1CtoAz5uMXX3PprrgS9MLQcXt2/7yN0OvN/x6yTGCC3Nzd3/bHAAaFS 4RytgRUa3Qr6b/KG9lvh+un5DWghBLeqXi9m+OYBfbuGb9IlrI3nVjp06CBcB7ju cFgvvyEHJu1TQBQfYGze1gQ= Received: (qmail 44129 invoked by alias); 15 Aug 2018 09:00:56 -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 44028 invoked by uid 89); 15 Aug 2018 09:00:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=Apple, stability, personnel, arms X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Aug 2018 09:00:49 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F399918A; Wed, 15 Aug 2018 02:00:47 -0700 (PDT) Received: from [10.2.206.71] (e113077-lin.cambridge.arm.com [10.2.206.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6311D3F5BD; Wed, 15 Aug 2018 02:00:47 -0700 (PDT) To: GCC Patches Cc: gerald@pfeifer.com From: Ramana Radhakrishnan Subject: [Patch wwwdocs] Document arm-8-branch Message-ID: Date: Wed, 15 Aug 2018 10:00:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Thunderbird/57.0 MIME-Version: 1.0 X-IsSubscribed: yes As $subject. Ok ? regards Ramana ? htdocs/svn.html.~1.223.~ Index: htdocs/svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.223 diff -a -u -p -r1.223 svn.html --- htdocs/svn.html 18 Jul 2018 18:17:42 -0000 1.223 +++ htdocs/svn.html 14 Aug 2018 13:42:28 -0000 @@ -618,6 +618,15 @@ be prefixed with the initials of the dis coordinate work with others. This branch is maintained by the folks at Apple. Previous branch was apple-ppc-branch. +
ARM/arm-8-branch
+
This branch provides bug fixes and minor enhancements for GCC when + used targeting the AArch64 and the Arm architecture. Most patches + will be limited backports from trunk. In addition + there may be some specific release engineering patches held on this + branch. Patches for this branch should be marked with the + tag [arm-8-branch] in the subject line. This branch is + maintained by personnel from Arm.
+
ARM/embedded-x_y-branch
These branches provide bug-fixes, minor enhancements and stability fixes for GCC x.y branches when used with ARM's embedded cores,