From patchwork Fri Feb 1 10:58:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Andre Vieira (lists)" X-Patchwork-Id: 1034698 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-495074-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="QRb+An9m"; 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 43rYx2630Gz9sDr for ; Fri, 1 Feb 2019 21:58:13 +1100 (AEDT) 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=X+EHL3Sw0Dq4WxDKr+AC5wf4lOEZ212t77XHR1z9nWsGS2ASn6 krwnTs8nvPuuuttp91Xq8g6+FE0wD2HyjhYea5YDQtwD6TCms72jH25nK2EFiSGY 3xKo4WjQ2aK7yynEf5Ja30Mt9FbaK8/0+90TXJMbSfuGjaVWIQwh12smU= 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=R3YTnn+rl8g21AyipvGZ/6ueq6k=; b=QRb+An9m1ssrjjbv6tZ/ IUAmGWz/2CCL7Tjof7VZRsUf3CcTvE0lbhNS0y1xsPIsArfyXvw6owOMzaAnscTR vrExpcGMIFK5Tcc2vPnNHf7oyKRqZjyrIebkysJTH8sxOZQSIZrHTNF+bWk6SNEG 3ux6HFbjik4vUtwZseTzxws= Received: (qmail 98277 invoked by alias); 1 Feb 2019 10:58:06 -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 98267 invoked by uid 89); 1 Feb 2019 10:58:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.4 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT autolearn=ham version=3.3.2 spammy=Corrected X-HELO: foss.arm.com Received: from usa-sjc-mx-foss1.foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Feb 2019 10:58:05 +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 93DDC80D; Fri, 1 Feb 2019 02:58:03 -0800 (PST) Received: from [10.2.207.62] (e107157-lin.cambridge.arm.com [10.2.207.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C7BE23F71E; Fri, 1 Feb 2019 02:58:02 -0800 (PST) To: gcc-patches@gcc.gnu.org Cc: gerald@pfeifer.com, Ramana.Radhakrishnan@arm.com, Richard.Earnshaw@arm.com From: "Andre Vieira (lists)" Subject: [PATCH][wwwdocs][Arm] Mention the fixed configurations for Cortex-R7 and Cortex-R8 Message-ID: Date: Fri, 1 Feb 2019 10:58:01 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 X-IsSubscribed: yes Hi, This patch adds the documentation to the FPU configuration fixes for Cortex-R7 and Cortex-R8 to changes.html for GCC9. See https://gcc.gnu.org/ml/gcc-patches/2018-11/msg02183.html I have validated the html using the W3C validator. Is it OK? Cheers, Andre ? .changes.html.swp ? patch cvs diff: Diffing . Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v retrieving revision 1.35 diff -U 3 -r1.35 changes.html --- changes.html 15 Jan 2019 13:17:49 -0000 1.35 +++ changes.html 23 Jan 2019 11:35:15 -0000 @@ -250,6 +250,10 @@ (which have no known implementations) has been removed. Note that Armv5T, Armv5TE and Armv5TEJ architectures remain supported. +
  • + Corrected FPU configurations for Cortex-R7 and Cortex-R8 when using their + respective -mcpu options. +