From patchwork Mon Mar 12 17:12:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 146182 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 74F82B6FBE for ; Tue, 13 Mar 2012 04:13:24 +1100 (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=1332177205; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:From:To:Cc:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=b+V9JROH1aOf+o4VVVASEza+he0=; b=DNDjwMBFACAai/P drGjmGdtIRLHW+DXfERBncw/KAy+HgWa1iB3Yk2ByPnOXh3K5Ih571jO6mT8Bxca DNRd1oTijFdXldwpukzCJawFpVwTRLF0nC0JN4sJL3rlNGEYnJgB1mKWZjpg+dnQ AqEBvRU9Js7lKtyzHWx1jkzYewcQ= 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:Received:Received:From:To:Cc:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=c9mtYhhbVJ9FGBnkDJOE1h9fdm2JIxRe4KRGiTY9EKsh7+Y5HcokLAbc3qF/oE dgO42CJOoKWeQMeDAPkO1MhYUKKPpV1QjiOPRUPPslTUpWhc+8LTnp/fsRkmjveP VK7uQvLtI08hies8+72uM+NrC4VlLWoC50ZEu0zu2MoPw=; Received: (qmail 5189 invoked by alias); 12 Mar 2012 17:13:19 -0000 Received: (qmail 5175 invoked by uid 22791); 12 Mar 2012 17:13:18 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Mar 2012 17:13:04 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id F16513F9; Mon, 12 Mar 2012 18:13:02 +0100 (CET) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WrFuKD9Lku6e; Mon, 12 Mar 2012 18:13:00 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 023E43F8; Mon, 12 Mar 2012 18:13:00 +0100 (CET) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.5+Sun/8.14.5/Submit) id q2CHCxs1024998; Mon, 12 Mar 2012 18:12:59 +0100 (MET) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: Arnaud Charlet Subject: Fix sgi typos Date: Mon, 12 Mar 2012 18:12:59 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) 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 While working on the IRIX 6.5 removal patch, I came across a couple of typos. Fixed as follows. Will install as obvious, I only wonder what to do about the typo in ACATS? Rainer 2012-03-10 Rainer Orth libgcc: * config/arm/crtn.S: Fix typo. gcc/testsuite: * ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo. gcc: * config/microblaze/microblaze.md: Fix typo. * tree-if-conv.c: Likewise. * tree-vect-patterns.c: Likewise. # HG changeset patch # Parent e0cba5670633af032245b95c9efe3254a8cf9eed Fix sgi typos diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md --- a/gcc/config/microblaze/microblaze.md +++ b/gcc/config/microblaze/microblaze.md @@ -1,5 +1,5 @@ ;; microblaze.md -- Machine description for Xilinx MicroBlaze processors. -;; Copyright 2009, 2010 Free Software Foundation, Inc. +;; Copyright 2009, 2010, 2012 Free Software Foundation, Inc. ;; Contributed by Michael Eager . @@ -1024,7 +1024,7 @@ } ) -;; Added for status resgisters +;; Added for status registers (define_insn "movsi_status" [(set (match_operand:SI 0 "register_operand" "=d,d,z") (match_operand:SI 1 "register_operand" "z,d,d"))] diff --git a/gcc/testsuite/ada/acats/tests/cd/cdd1001.a b/gcc/testsuite/ada/acats/tests/cd/cdd1001.a --- a/gcc/testsuite/ada/acats/tests/cd/cdd1001.a +++ b/gcc/testsuite/ada/acats/tests/cd/cdd1001.a @@ -84,7 +84,7 @@ begin for I in B'Range loop if B (I).all /= Stream_Element (Ident_Int (Integer (I)) * Ident_Int (3)) then - Failed ("Unable to build access values desginating elements " & + Failed ("Unable to build access values designating elements " & "of a Stream_Element_Array"); end if; end loop; diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1,5 +1,5 @@ /* If-conversion for vectorizer. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by Devang Patel @@ -712,7 +712,7 @@ if_convertible_gimple_assign_stmt_p (gim /* Return true when STMT is if-convertible. A statement is if-convertible if: - - it is an if-convertible GIMPLE_ASSGIN, + - it is an if-convertible GIMPLE_ASSIGN, - it is a GIMPLE_LABEL or a GIMPLE_COND. */ static bool diff --git a/gcc/tree-vect-patterns.c b/gcc/tree-vect-patterns.c --- a/gcc/tree-vect-patterns.c +++ b/gcc/tree-vect-patterns.c @@ -462,7 +462,7 @@ vect_handle_widen_op_by_const (gimple st where type 'TYPE' is at least double the size of type 'type'. - Also detect unsgigned cases: + Also detect unsigned cases: unsigned type a_t, b_t; unsigned TYPE u_prod_T; diff --git a/libgcc/config/arm/crtn.S b/libgcc/config/arm/crtn.S --- a/libgcc/config/arm/crtn.S +++ b/libgcc/config/arm/crtn.S @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2004, 2008, 2009, 2010, 2011 +# Copyright (C) 2001, 2004, 2008, 2009, 2010, 2011, 2012 # Free Software Foundation, Inc. # Written By Nick Clifton # @@ -47,7 +47,7 @@ # # Note - we do not try any fancy optimizations of the return # sequences here, it is just not worth it. Instead keep things - # simple. Restore all the save resgisters, including the link + # simple. Restore all the save registers, including the link # register and then perform the correct function return instruction. # We also save/restore r3 to ensure stack alignment. .macro FUNC_END