From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64271 invoked by alias); 15 Apr 2015 10:06:57 -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 64261 invoked by uid 89); 15 Apr 2015 10:06:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_05,SPF_HELO_PASS,SPF_PASS,T_HTML_ATTACH,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 15 Apr 2015 10:06:54 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 769937B; Wed, 15 Apr 2015 10:06:53 +0000 (UTC) Received: from [10.36.6.233] (vpn1-6-233.ams2.redhat.com [10.36.6.233]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3FA6mni020845 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Apr 2015 06:06:51 -0400 Message-ID: <552E3838.6000709@redhat.com> Date: Wed, 15 Apr 2015 10:06:00 -0000 From: Nicholas Clifton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Gerald Pfeifer CC: GCC Patches Subject: RFA: Updated gcc-5 html documentation for new RX option Content-Type: multipart/mixed; boundary="------------070701000005070808000905" X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00737.txt.bz2 This is a multi-part message in MIME format. --------------070701000005070808000905 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 184 Hi Gerald, The attached patch updates the gcc html documentation to mention the new RX command line option that I checked in today. Is this patch OK to apply ? Cheers Nick --------------070701000005070808000905 Content-Type: text/x-patch; name="changes.html.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="changes.html.patch" Content-length: 1186 Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.107 diff -u -3 -p -r1.107 changes.html --- htdocs/gcc-5/changes.html 13 Apr 2015 21:14:26 -0000 1.107 +++ htdocs/gcc-5/changes.html 15 Apr 2015 10:04:56 -0000 @@ -800,6 +800,18 @@ here.

option became meaningless and can be discarded. +

RX

+
    +
  • A new command line option -mno-allow-string-insns can be + used to disable the generation of the SCMPU, SMOVU, + SMOVB, SMOVF, SUNTIL, SWHILE + and RMPA instructions. An erratum released by Renesas shows + that it is unsafe to use these instructions on addresses with the I/O space + of the processor. The new option can be used when the programmer is + concerned that the I/O space might be accessed. The default is still to + enable these instructions.
  • +
+

SH

  • The compiler will now pass the appropriate --isa= option --------------070701000005070808000905--