From patchwork Wed Jun 20 23:35:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 166162 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 3F581B6FAB for ; Thu, 21 Jun 2012 09:35:59 +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=1340840161; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=VhtYx+jKPqsMWn/vyVqJ RqyBE3k=; b=YxQkkpLu1AB61NxafC6dScSAGzV53vq9I+uOkZeZYONKFFXGLoYe xOMVSDXJitYh6lsPFkRbCJijNve0E75KDsEpuLlSrSiSY4ap3CHccGdGJcsAHEL/ hjX7qcwFigApDX/obBUQk6snCK5jehF5MCZsjE51UeiU+MUmRcXzcfw= 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:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=ZXmE5Wh7bytMFxVA1Hyu+ikJdR/z9DHE5b0pxvxxLLzQfUZrkvPNJxhYytBQxI 4T6JhGVHkVUOL/yjtbIkop3tQrppwGABqtmSzeN0scZ6D1uoRvu8TN0rIYD+AToi RFQbPj5J8F6DR39Nnro1WJPrKDvHcwMH+6wU2TgKHXp9g=; Received: (qmail 26224 invoked by alias); 20 Jun 2012 23:35:52 -0000 Received: (qmail 26144 invoked by uid 22791); 20 Jun 2012 23:35:51 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 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, 20 Jun 2012 23:35:39 +0000 Received: from ip-109-85-126-244.web.vodafone.de (ip-109-85-126-244.web.vodafone.de [109.85.126.244]) by ainaz.pair.com (Postfix) with ESMTPSA id CFC7B3F445 for ; Wed, 20 Jun 2012 19:35:37 -0400 (EDT) Date: Thu, 21 Jun 2012 01:35:34 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Fix type in gcc-4.7/changes.html Message-ID: 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 Applied. Gerald Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.119 diff -u -3 -p -r1.119 changes.html --- gcc-4.7/changes.html 14 Jun 2012 17:57:18 -0000 1.119 +++ gcc-4.7/changes.html 20 Jun 2012 23:32:58 -0000 @@ -834,7 +834,7 @@ void set_portb (uint8_t value) functions when the user switches the target machine using the #pragma GCC target or __attribute__ ((__target__ ("target"))) - code sequences. In additon, the target macros are updated. + code sequences. In addition, the target macros are updated. However, due to the way the -save-temps switch is implemented, you won't see the effect of these additional macros being defined in preprocessor output.