From patchwork Mon Jan 30 13:32:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Preudhomme X-Patchwork-Id: 721476 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 3vBr1B58Qlz9sDF for ; Tue, 31 Jan 2017 00:32:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="LQCVF8+a"; 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:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=G7AHYw8PrHohvdDYvFKO1DmotTgI3OjfnthEyCVyU3NeFGGzEk 9WmkBK3nAkW3k0PblDU5wzJpANEQgvhpqXu2eG5t/Ag52wjWJWkBFIhiI+8YYvVK ewtOSWBjGJp/5TDUTWoMQsEPBh0Hhb0rcP9MJy+IjjwXO4uS8i/7sHwIc= 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 :from:subject:message-id:date:mime-version:content-type; s= default; bh=pS+H8WpE8AKObxULTV9x7ye7v8E=; b=LQCVF8+ajds9zNbH+wJI rY3K2CRFBSyaVQgMWTyRB9aHKJ8P6/mQUzoKEVl5C4EM8EqsL/sd2P43PXLvh+rY JAdXSV8UhXz7NgiPazAtoav9CNwEGAN4gzH39eRTOkotB0qg+NGzfbRhx7CLmUDn io68rW1+EWm4yBpVNTAAaA4= Received: (qmail 29085 invoked by alias); 30 Jan 2017 13:32:39 -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 29066 invoked by uid 89); 30 Jan 2017 13:32:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Mention, documents 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; Mon, 30 Jan 2017 13:32:28 +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 267A9C14; Mon, 30 Jan 2017 05:32:26 -0800 (PST) Received: from [10.2.206.52] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 406B33F24D; Mon, 30 Jan 2017 05:32:25 -0800 (PST) To: "gcc-patches@gcc.gnu.org" , Gerald Pfeifer , Kyrill Tkachov , Ramana Radhakrishnan , Richard Earnshaw From: Thomas Preudhomme Subject: [PATCH, wwwdocs/ARM] Mention new rmprofile value for --with-multilib-list Message-ID: Date: Mon, 30 Jan 2017 13:32:24 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 X-IsSubscribed: yes Hi, ARM backend now support a new set of multilib libraries enabled with --with-multilib-list=rmprofile [1]. This patch documents it in the changes for GCC 7. [1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=r242696 Is this ok for wwwdocs? Best regards, Thomas Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.44 diff -u -r1.44 changes.html --- htdocs/gcc-7/changes.html 27 Jan 2017 09:54:32 -0000 1.44 +++ htdocs/gcc-7/changes.html 30 Jan 2017 10:00:48 -0000 @@ -517,6 +517,11 @@ the generation of coprocessor instructions through the use of intrinsics such as cdp, ldc, and others. +
  • + The configure option --with-multilib-list now accepts the + value rmprofile to build multilib libraries for a range of + embedded targets. +
  • AVR