From patchwork Sun Mar 19 20:27:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 740753 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vmVxn4SXWz9ryr for ; Mon, 20 Mar 2017 07:27:38 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="fZC0TkFf"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=b7jlNBBaN08XjDni 2siSrVu7MgoMKYdnQHDuli3vzhgmqhJTaNkrRffStP8PpdRvMgMS7eFQHVdvgBqi aMO5Zzpwt2r+KA4Loa3E5Dz3zMLw/Cp/6xHoj9kXavMiZ8sAnORwzxRp5gg06mBC Nm3EH0PRckdbxWWP8BBHVDUjerI= 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:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=OFLPbw57AtZ3Z9I8137AS8 oeO2k=; b=fZC0TkFfjD4KHGMzbZHYj7JYGBsPLXu4Q+jmRUQyKdMy11U5i12sHm sVlQmuCpGyYv+tFmQFDkr2P6qgn7iQ8lrnB3tK3w2RDIgARdsYY1CTK1M3cs/Em2 fYSHM79QzFtJANcnmUpJpnIG4xwOEd9FnA8R/aiwLVr/hV/zkCfgU= Received: (qmail 40165 invoked by alias); 19 Mar 2017 20:27:24 -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 40144 invoked by uid 89); 19 Mar 2017 20:27:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=manufacturer, our, interest, documents 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 ESMTP; Sun, 19 Mar 2017 20:27:22 +0000 Received: from anthias (vie-188-118-249-200.dsl.sil.at [188.118.249.200]) (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 9AB7D3F530; Sun, 19 Mar 2017 16:27:19 -0400 (EDT) Date: Sun, 19 Mar 2017 21:27:17 +0100 (CET) From: Gerald Pfeifer To: Richard Earnshaw cc: gcc-patches@gcc.gnu.org, Jeff Law , John David Anglin , Nick Clifton , Ramana Radhakrishnan , Kyrylo Tkachov Subject: Re: [wwwdocs] readings.html maintenance In-Reply-To: <47dac04b-1ea9-8d65-8791-779fc41ed454@arm.com> Message-ID: References: <47dac04b-1ea9-8d65-8791-779fc41ed454@arm.com> MIME-Version: 1.0 X-IsSubscribed: yes On Sun, 19 Mar 2017, Richard Earnshaw (lists) wrote: >> HPPA and ARM maintainers on copy, if you want to add more appropriate >> links, we can definitely do so of course, though I'd argue with none >> of our users or developers raising this, probably not a lot of interest >> in those specifically? > All the ARM ABI documents can be found here. > > http://infocenter.arm.com/help/topic/com.arm.doc.subset.swdev.abi/index.html Thanks for the pointer, Richard. I added this, alas not in the misc section, but under ARM this time. Gerald Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.272 diff -u -r1.272 readings.html --- readings.html 19 Mar 2017 08:25:55 -0000 1.272 +++ readings.html 19 Mar 2017 20:25:19 -0000 @@ -83,6 +83,7 @@
Manufacturer: Various, by license from ARM.
CPUs include: ARM7TDMI, and the Cortex-A, Cortex-R and Cortex-M series.
ARM Documentation +
Application Binary Interface (ABI) for the ARM Architecture
  • AVR