From patchwork Mon Mar 25 23:19:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleg Endo X-Patchwork-Id: 231010 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 92B512C00A0 for ; Tue, 26 Mar 2013 10:19:24 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:date:content-type:mime-version; q= dns; s=default; b=CE9FmAjSrSd/4GcKR5k00WClGVN0jD7dCIiad0ANHG5Lcb h71SRic3ih0iROamVrxrHTJz4rczJuDNKAtG/AWVOUxyxYRyU4dVY+KSczCyhidU C1XwIangcqgoAzAFqmr2ECNR5qjHCKfcV7n0lBy9hGg3HS+SZFP//nvhrATJ4= 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 :message-id:subject:from:to:date:content-type:mime-version; s= default; bh=PkZWyim821IQ6ksCr5SoZiLEb1E=; b=l2M6zR1m2xypeIr+cXo8 0z6k/rik58OHCn12yaipLhdlAT+3YH73Y2rt3qh2Cq2bTTVlRtSTVHuDS7GZCbOz D00A1gvlVU8JaXsgKvLf4ffmOTWTzQJczECMuthkqEpUGNugMTpHraU/wvRoVZ6o gYWiD4Eq902Ed6nFdgjYFIE= Received: (qmail 27587 invoked by alias); 25 Mar 2013 23:19:14 -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 27549 invoked by uid 89); 25 Mar 2013 23:19:06 -0000 Received: from mailout09.t-online.de (HELO mailout09.t-online.de) (194.25.134.84) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 25 Mar 2013 23:19:06 +0000 Received: from fwd07.aul.t-online.de (fwd07.aul.t-online.de ) by mailout09.t-online.de with smtp id 1UKGfP-0005j9-Vu; Tue, 26 Mar 2013 00:19:03 +0100 Received: from [192.168.0.103] (XLMmcsZFZhm5eakDtkj5seg47wAQ6CB9RxWvBZQRC7LPi5wLIUmFVJnlNofP4BxwdS@[93.195.21.245]) by fwd07.t-online.de with esmtp id 1UKGfP-2hYYfg0; Tue, 26 Mar 2013 00:19:03 +0100 Message-ID: <1364253542.2283.18.camel@yam-132-YW-E178-FTW> Subject: [wwwdocs] Mention fixed SH -mdiv option for 4.8 and 4.7 From: Oleg Endo To: gcc-patches Date: Tue, 26 Mar 2013 00:19:02 +0100 Mime-Version: 1.0 X-Virus-Found: No Hello, This one mentions the fixed SH -mdiv option in the changes for 4.8 and 4.7. OK? Cheers, Oleg ? www_sh_mdiv.patch Index: htdocs/gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.135 diff -u -r1.135 changes.html --- htdocs/gcc-4.7/changes.html 7 Jan 2013 22:39:43 -0000 1.135 +++ htdocs/gcc-4.7/changes.html 25 Mar 2013 23:13:53 -0000 @@ -924,6 +924,8 @@
  • Dynamic shift instructions on SH2A.
  • Integer absolute value calculations.
  • +
  • The -mdiv= option for targets other than SHmedia has been + fixed and documented.
  • SPARC

    Index: htdocs/gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.112 diff -u -r1.112 changes.html --- htdocs/gcc-4.8/changes.html 25 Mar 2013 08:36:45 -0000 1.112 +++ htdocs/gcc-4.8/changes.html 25 Mar 2013 23:13:53 -0000 @@ -802,6 +802,9 @@ based displacement address modes. +
  • The -mdiv= option for targets other than SHmedia has been + fixed and documented.
  • +

    SPARC