From patchwork Wed Oct 3 22:36:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 188951 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 6A7952C0322 for ; Thu, 4 Oct 2012 08:35:54 +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=1349908555; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=TwquxMUuTeog9fL/TPsS8rqjLWE=; b=lnTLb1SpkVuUY0A 1JGtvg4fWiG5SNS/84j/To7tke6zfqjUivhxe4fQnmT3VEl3dZf7GSvtHBcEDqL9 SEFtuYPoqJRh8MlDNyq79nPNITRT0ngBiFZO1iHi7gBMAuPMQIv68turfdgh52au 28axUsd6bgY/pKI/zMPHa4rOwhHk= 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:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=MEddj5etGEI+VB8x02DcGV95izM9hg+QzGHjUxNkndDJ7QxtfVnFgTc4idoB9N 8DVcHipwJFiZ2EyV58vsOik31sQ1iFWlE8B6ovQXUkrZs8io8BGuJAUs3LbCWReA 2q7R9EGCo5cgrCqNzwlJl+51BCnZhmlOLLdc3xX3zN9KU=; Received: (qmail 29694 invoked by alias); 3 Oct 2012 22:35:51 -0000 Received: (qmail 29571 invoked by uid 22791); 3 Oct 2012 22:35:51 -0000 X-SWARE-Spam-Status: No, hits=-51.7 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Oct 2012 22:35:46 +0000 Received: from [192.168.0.129] (vie-188-118-240-184.dsl.sil.at [188.118.240.184]) by ainaz.pair.com (Postfix) with ESMTPSA id BD3D63F40F; Wed, 3 Oct 2012 18:35:44 -0400 (EDT) Date: Thu, 4 Oct 2012 00:36:10 +0200 (CEST) From: Gerald Pfeifer To: Nick Clifton cc: gcc-patches@gcc.gnu.org Subject: Re: Commit: RX: Warn about multiple fast interrupt routines. In-Reply-To: <87y5jnr177.fsf@redhat.com> Message-ID: References: <87y5jnr177.fsf@redhat.com> 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 On Wed, 3 Oct 2012, Nick Clifton wrote: > PS. I have even remembered to include a patch to the html > documentation as well! Yes, I was going to mention this appreciatively. ;-) A minor change I applied on top is the following, adding a closing and a dash in command-line. Thanks, Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.33 retrieving revision 1.35 diff -u -3 -p -r1.33 -r1.35 --- changes.html 3 Oct 2012 16:12:56 -0000 1.33 +++ changes.html 3 Oct 2012 22:33:46 -0000 1.35 @@ -244,7 +244,7 @@ by this change.

  • This target will now issue a warning message whenever multiple fast interrupt handlers are found in the same cpmpilation unit. This feature can be turned off by the new -mno-warn-multiple-fast-interrupts - command line option. + command-line option.
  • SH