From patchwork Fri Oct 5 19:36:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleg Endo X-Patchwork-Id: 189580 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]) by ozlabs.org (Postfix) with SMTP id 674492C032A for ; Sat, 6 Oct 2012 05:36:22 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1350070583; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Message-ID:Subject:From:To:Date:Content-Type:Mime-Version: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=qMVZN/RumEIcLm62VsXP ns3D8oI=; b=A2jQeg6WCJKQtR2jG8M/lBhrUOscNgAaqhXkXo/Q2QS7/d6C081G pw+vizHVfXFayr4qM+HiyTIjQ5+4wjo66NLDlEQ4qcIA+ILrRAKayS7svUJYwhJ0 RjTPRvfHPVQCnNotq+0knmglNRYv5JMudx7IWpoQvacjPkBsWogwxB4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Message-ID:Subject:From:To:Date:Content-Type:Mime-Version:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=CzwPhB07MGXglhvwNnOC6QPUvFAVae9PuU2iOmP63U2clOJqviWviUWYsErBas 5vNJMtBqXWTwzpIAEGup2F8MWJGaFafok6IsXoLtTeozsHqx3XtevNS5/lPwAMrf apnPRN6+NoaxO6397R7tFP0cjwEpHaK3pCRm9I9icAPB4=; Received: (qmail 547 invoked by alias); 5 Oct 2012 19:36:19 -0000 Received: (qmail 538 invoked by uid 22791); 5 Oct 2012 19:36:18 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_NO, RCVD_IN_HOSTKARMA_YE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from mailout05.t-online.de (HELO mailout05.t-online.de) (194.25.134.82) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Oct 2012 19:36:12 +0000 Received: from fwd02.aul.t-online.de (fwd02.aul.t-online.de ) by mailout05.t-online.de with smtp id 1TKDgw-00021Y-GT; Fri, 05 Oct 2012 21:36:10 +0200 Received: from [192.168.0.100] (rSjbW6ZGQhTjK6jNtTKHtlzaYtWgOhoBw1gWQhx7Er2gPmWpP201KOnfJXEYRYQw+4@[87.157.54.64]) by fwd02.t-online.de with esmtp id 1TKDgv-2LHb3g0; Fri, 5 Oct 2012 21:36:09 +0200 Message-ID: <1349465768.9306.189.camel@yam-132-YW-E178-FTW> Subject: Re: [wwwdocs] SH 4.8 changes update From: Oleg Endo To: gcc-patches Date: Fri, 05 Oct 2012 21:36:08 +0200 Mime-Version: 1.0 X-IsSubscribed: yes 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 After commiting the last SH changes updates for 4.8 I was kindly informed that the br tags were left open. I've committed the attached fix as obvious. Cheers, Oleg ? www_4_8_sh_changes_2_close_br.patch Index: htdocs/gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.36 diff -u -r1.36 changes.html --- htdocs/gcc-4.8/changes.html 5 Oct 2012 19:21:00 -0000 1.36 +++ htdocs/gcc-4.8/changes.html 5 Oct 2012 19:28:48 -0000 @@ -259,25 +259,25 @@ model for the generated atomic sequences. The following models are supported:
    -
  • soft-gusa
    +
  • soft-gusa
    Software gUSA sequences (SH3* and SH4* only). On SH4A targets this will now also partially utilize the movco.l and movli.l instructions. This is the default when the target is sh3*-*-linux* or sh4*-*-linux*.
  • -
  • hard-llcs
    +
  • hard-llcs
    Hardware movco.l / movli.l sequences (SH4A only).
  • -
  • soft-tcb
    +
  • soft-tcb
    Software thread control block sequences.
  • -
  • soft-imask
    +
  • soft-imask
    Software interrupt flipping sequences (privileged mode only). This is the default when the target is sh1*-*-linux* or sh2*-*-linux*.
  • -
  • none
    +
  • none
    Generates function calls to the respective __atomic built-in functions. This is the default for SH64 targets or when the target is not sh*-*-linux*.