Fix sgi typos
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 13 Mar 2012 10:22:56 +0000 (10:22 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 13 Mar 2012 10:22:56 +0000 (10:22 +0000)
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.

From-SVN: r185325

gcc/ChangeLog
gcc/config/microblaze/microblaze.md
gcc/testsuite/ChangeLog
gcc/testsuite/ada/acats/tests/cd/cdd1001.a
gcc/tree-if-conv.c
gcc/tree-vect-patterns.c
libgcc/ChangeLog
libgcc/config/arm/crtn.S

index fa5a6590c0693ad9de8e594b03214102c7490706..17aa11f0b782d3dd96f15b77d309195f3be87269 100644 (file)
@@ -1,3 +1,9 @@
+2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/microblaze/microblaze.md: Fix typo.
+       * tree-if-conv.c: Likewise.
+       * tree-vect-patterns.c: Likewise.
+
 2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config.gcc (extra_passes): Remove.
index a4c341f66b32bd8d9b1534fae4df5ffecfba726e..18221b58156b7b89007ae8188de85c1f6e047379 100644 (file)
@@ -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 <eager@eagercon.com>.
 
   }
 )
 
-;; 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"))]
index 8a6c9753a10a7624b024a1571380f78eca03310a..e2f1b876ae7f24c08443395e5879e81bc7c2990a 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo.
+
 2012-03-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        PR tree-optimization/46728
index 3e16f5d4f97db832e1a454fe1dc96db1f771a9d1..0641798b15096780ed136ce334e93c28880b6561 100644 (file)
@@ -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;
index 99f3a9b3bd914aa1f7d4917736555c742bf5b3cf..55616d57667dc803178813603127c05551ffdc4e 100644 (file)
@@ -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 <dpatel@apple.com>
 
@@ -712,7 +712,7 @@ if_convertible_gimple_assign_stmt_p (gimple stmt,
 /* 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
index d95502103f74adb4b5f646cba3ad544238e136b3..2190b8a847a3f620365b098df7eafefc2e592d0f 100644 (file)
@@ -462,7 +462,7 @@ vect_handle_widen_op_by_const (gimple stmt, enum tree_code code,
 
    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;
index 420e30fb8648f4a47fc7ea8a593bc53b695ff1cd..ad7cc260d915f3d3e17596cc003b4cba5625e1fa 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/arm/crtn.S: Fix typo.
+
 2012-03-13  Richard Guenther  <rguenther@suse.de>
 
        * libgcov.c: Remove stdio.h include and NULL un-define.
index 8c5f22572f7bd4a43a1fb7dc13b813548cd01360..7b2b0a0a679831d4841f5fce080a79b300d635e3 100644 (file)
@@ -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