From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97236 invoked by alias); 28 May 2016 20:04:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 97223 invoked by uid 89); 28 May 2016 20:04:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=His, approvals, Improve, his X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 28 May 2016 20:04:22 +0000 Received: from anthias (vie-91-186-158-235.dsl.sil.at [91.186.158.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 481C43F44C; Sat, 28 May 2016 16:04:18 -0400 (EDT) Date: Sun, 29 May 2016 07:59:00 -0000 From: Gerald Pfeifer To: Kyrill Tkachov cc: gcc-patches@gcc.gnu.org, James Greenhalgh , nd@arm.com Subject: Re: [PATCH][wwwdocs] Improve arm and aarch64-related info in readings.html In-Reply-To: <573DDB63.40101@foss.arm.com> Message-ID: References: <573DDB63.40101@foss.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg02267.txt.bz2 Hi Kyrill, On Thu, 19 May 2016, Kyrill Tkachov wrote: > I noticed that we have a readings.html page that has pointers to > documentation of various backends that GCC supports. The info on arm > seems a bit out of date and somewhat confusing, and there is no entry > for aarch64. This patch tries to address that. I see you have not applied this yet. In case you were waiting for any further approvals beyond James': (a) His is sufficient for doc and web pages around AArch64, and (b) I agree, too. :-) Gerald