]> gcc.gnu.org Git - gcc.git/commitdiff
ieee754-df.S: Fix typos.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 29 May 2012 14:54:22 +0000 (15:54 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 29 May 2012 14:54:22 +0000 (15:54 +0100)
* config/arm/ieee754-df.S: Fix typos.
* config/arm/ieee754-sf.S: Fix typos.
* config/c6x/libunwind.S: Fix typos.
* config/epiphany/udivsi3-float.c: Fix typos.
* config/microblaze/muldi3_hard.S: Fix typos.
* config/picochip/adddi3.S: Fix typos.
* config/picochip/ashlsi3.S: Fix typos.
* config/picochip/ashrsi3.S: Fix typos.
* config/picochip/clzsi2.S: Fix typos.
* config/picochip/cmpsi2.S: Fix typos.
* config/picochip/divmod15.S: Fix typos.
* config/picochip/divmodhi4.S: Fix typos.
* config/picochip/divmodsi4.S: Fix typos.
* config/picochip/longjmp.S: Fix typos.
* config/picochip/lshrsi3.S: Fix typos.
* config/picochip/parityhi2.S: Fix typos.
* config/picochip/popcounthi2.S: Fix typos.
* config/picochip/setjmp.S: Fix typos.
* config/picochip/subdi3.S: Fix typos.
* config/picochip/ucmpsi2.S: Fix typos.
* config/picochip/udivmodhi4.S: Fix typos.
* config/picochip/udivmodsi4.S: Fix typos.
* config/spu/divv2df3.c: Fix typos.
* config/spu/mfc_multi_tag_release.c: Fix typos.
* config/spu/mfc_tag_release.c: Fix typos.
* configure.ac: Fix typos.
* configure: Regenerate.

From-SVN: r187967

28 files changed:
libgcc/ChangeLog
libgcc/config/arm/ieee754-df.S
libgcc/config/arm/ieee754-sf.S
libgcc/config/c6x/libunwind.S
libgcc/config/epiphany/udivsi3-float.c
libgcc/config/microblaze/muldi3_hard.S
libgcc/config/picochip/adddi3.S
libgcc/config/picochip/ashlsi3.S
libgcc/config/picochip/ashrsi3.S
libgcc/config/picochip/clzsi2.S
libgcc/config/picochip/cmpsi2.S
libgcc/config/picochip/divmod15.S
libgcc/config/picochip/divmodhi4.S
libgcc/config/picochip/divmodsi4.S
libgcc/config/picochip/longjmp.S
libgcc/config/picochip/lshrsi3.S
libgcc/config/picochip/parityhi2.S
libgcc/config/picochip/popcounthi2.S
libgcc/config/picochip/setjmp.S
libgcc/config/picochip/subdi3.S
libgcc/config/picochip/ucmpsi2.S
libgcc/config/picochip/udivmodhi4.S
libgcc/config/picochip/udivmodsi4.S
libgcc/config/spu/divv2df3.c
libgcc/config/spu/mfc_multi_tag_release.c
libgcc/config/spu/mfc_tag_release.c
libgcc/configure
libgcc/configure.ac

index 5c048f531490b51b81d59f934f3a11ab4364e5fb..38b9e562d51019e6e031da3290e78ae31fed434b 100644 (file)
@@ -1,3 +1,33 @@
+2012-05-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/arm/ieee754-df.S: Fix typos.
+       * config/arm/ieee754-sf.S: Fix typos.
+       * config/c6x/libunwind.S: Fix typos.
+       * config/epiphany/udivsi3-float.c: Fix typos.
+       * config/microblaze/muldi3_hard.S: Fix typos.
+       * config/picochip/adddi3.S: Fix typos.
+       * config/picochip/ashlsi3.S: Fix typos.
+       * config/picochip/ashrsi3.S: Fix typos.
+       * config/picochip/clzsi2.S: Fix typos.
+       * config/picochip/cmpsi2.S: Fix typos.
+       * config/picochip/divmod15.S: Fix typos.
+       * config/picochip/divmodhi4.S: Fix typos.
+       * config/picochip/divmodsi4.S: Fix typos.
+       * config/picochip/longjmp.S: Fix typos.
+       * config/picochip/lshrsi3.S: Fix typos.
+       * config/picochip/parityhi2.S: Fix typos.
+       * config/picochip/popcounthi2.S: Fix typos.
+       * config/picochip/setjmp.S: Fix typos.
+       * config/picochip/subdi3.S: Fix typos.
+       * config/picochip/ucmpsi2.S: Fix typos.
+       * config/picochip/udivmodhi4.S: Fix typos.
+       * config/picochip/udivmodsi4.S: Fix typos.
+       * config/spu/divv2df3.c: Fix typos.
+       * config/spu/mfc_multi_tag_release.c: Fix typos.
+       * config/spu/mfc_tag_release.c: Fix typos.
+       * configure.ac: Fix typos.
+       * configure: Regenerate.
+
 2012-05-25  Ian Lance Taylor  <iant@google.com>
 
        * config/i386/morestack.S (__morestack_non_split): Check whether
index eb0c38632d01aa53f08bef7ad9dee872eab837b9..99f1ebb796f904db354e6ba4fff647a60d4f9758 100644 (file)
@@ -922,7 +922,7 @@ ARM_FUNC_ALIAS aeabi_ddiv divdf3
        teqne   r5, ip
        bleq    LSYM(Ldv_s)
 
-       @ Substract divisor exponent from dividend''s.
+       @ Subtract divisor exponent from dividend''s.
        sub     r4, r4, r5
 
        @ Preserve final sign into lr.
@@ -956,7 +956,7 @@ ARM_FUNC_ALIAS aeabi_ddiv divdf3
        movs    yh, yh, lsr #1
        mov     yl, yl, rrx
 1:
-       @ Perform first substraction to align result to a nibble.
+       @ Perform first subtraction to align result to a nibble.
        subs    r6, r6, yl
        sbc     r5, r5, yh
        movs    yh, yh, lsr #1
index c93f66d8ff8cfb23ec1d163f5b66fc79ab7834db..cf4ff0e144f844561cc9330ee7ce32fab2b4226e 100644 (file)
@@ -661,7 +661,7 @@ ARM_FUNC_ALIAS aeabi_fdiv divsf3
        beq     LSYM(Ldv_s)
 LSYM(Ldv_x):
 
-       @ Substract divisor exponent from dividend''s
+       @ Subtract divisor exponent from dividend''s
        sub     r2, r2, r3
 
        @ Preserve final sign into ip.
index d37ea5730bf7f5e011d9d573f8286627a7c3089a..7e649837806225fb6372afcaad55473e935b4e21 100644 (file)
@@ -113,7 +113,7 @@ restore_core_regs:
        # Zero demand saved flags
        mvk     .s1     0, A0
        stw     .d2t1   A0, *+B15[1]
-       # Save return address, setup additional argument and call fucntion
+       # Save return address, setup additional argument and call function
        stw     .d2t2   B3, *+B15[35]
        add     .d\argside      B15, 4, \argreg
        do_call __gnu\name
index c7f10590c498d0461e99d5de4e43dd19929a5da7..db5a390c3e93aad82be6928c565216af869929c2 100644 (file)
@@ -40,7 +40,7 @@ __udivsi3 (unsigned int a, unsigned int b)
 
   /* Assuming B is nonzero, compute S0 such that 0 <= S0,
      (B << S0+1) does not overflow,
-     A < 4.01 * (B << S0), with S0 choosen as small as possible
+     A < 4.01 * (B << S0), with S0 chosen as small as possible
      without taking to much time calculating.  */
 #ifdef CONVERT_UNSIGNED
   u0.f = a;
index 14cfff59772270d7ffc4025ecf7e7515d48fc1b1..1b6fff306e86b78a12f1c124621bb1cce0d5f810 100644 (file)
@@ -68,7 +68,7 @@ muldi3_hardproc:
        swi     r26,r1,24
        swi     r27,r1,28
 
-# Load all the 16 bit values for A thru H
+# Load all the 16 bit values for A through H
        lhui    r20,r1,44   # A
        lhui    r21,r1,46   # B
        lhui    r22,r1,48   # C
index 77373ed9f6441a915602f0853e7be5b412403a70..860455e4cc2604591990cd4e06fd42ac8b3d1c5f 100644 (file)
@@ -62,7 +62,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 688cd8d96ff0c2ae798e696a111a3b13a6620a14..880738e2da74d1e1dd9819b8273127ab58e7d9c1 100644 (file)
@@ -61,7 +61,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index fddd70b68957147df9d62d6e8661d3e161b64158..d0e024819c801277092e526aa45df4ec3fa3f3d6 100644 (file)
@@ -69,7 +69,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index d5c99aa7154c7841c9e1c89b2cdceed7e9f1e230..9d519b16eae6de2f86a0a381f41ea160d1ae218f 100644 (file)
@@ -56,7 +56,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 95322f32419e5d5f9c537176525f0e2f1d2891e9..1c90ce3922d5125ccb1095e06990c2332722b691 100644 (file)
@@ -79,7 +79,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index d314b3be570388e8a5bcdff954a38190a0cb0658..77a1acbda97da73c27901c4612660eb0baaf2a19 100644 (file)
@@ -128,7 +128,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 9dad674c7bc4c98507755916d4ce424ec03326b6..f7b32fa978cfcd48ced86dfc96962acbb172ad7d 100644 (file)
@@ -115,7 +115,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 4fc1acb1b63cf25cdb8e6e7df8c6dc06298815ab..c2f86dff25b1c357707d0bc822b4340416696ce0 100644 (file)
@@ -100,7 +100,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index d2a80aca7308fbb419673679953623085c6c28ff..e62ac4eda991f140c1abb5b5b1ded17752d2f99d 100644 (file)
@@ -49,7 +49,7 @@ _picoMark_FUNCTION_BEGIN=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 4fc5390295520dc0d9d5685336800032bdf03598..c394a69596facb28a3ec9124e12941372774fac2 100644 (file)
@@ -59,7 +59,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index b9d0cdc63ddac4bc117efd22dc8b0e24b5b65d6c..b85a56e43603e6f908a4a849f0f5b63895a8589d 100644 (file)
@@ -46,7 +46,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 2da618c96de9798349f9f800ec9d38c2acb33016..07f3e846b575f2f643a196ab11726c9c4ff12a45 100644 (file)
@@ -68,7 +68,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 247c715f6a977bac2e71881fe369c5d0086e5490..8063b2b362e513241687a3cbedf1a6a1afe2cce3 100644 (file)
@@ -49,7 +49,7 @@ _picoMark_FUNCTION_BEGIN=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index d1c833ea82439c67034b07ad9035cc34ff721c9a..359e9d51d81a479704237e3f52b9e16f2610df40 100644 (file)
@@ -59,7 +59,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 10c03cfcd6e1ee328070ba288db4a8e43c60cbda..713e04f52ae83e693c2ae0dc15bc68e4af011fb0 100644 (file)
@@ -77,7 +77,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index ac16fae39cfc4e94d2bd2899cadf03f23f72b4ba..7d84a2da7a269b3a6eae8565375c365be3c218a7 100644 (file)
@@ -106,7 +106,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 92c2a4983ce08ef78356a96f8ca9b76a69cc9a2b..8e7c03e6d2253f680b0215af6f67e0ccdbe6d238 100644 (file)
@@ -186,7 +186,7 @@ _picoMark_FUNCTION_END=
 // All DWARF information between this marker, and the END OF DWARF
 // marker should be included in the source file. Search for
 // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and
-// provide the relevent information. Add markers called
+// provide the relevant information. Add markers called
 // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the
 // function in question.
 //============================================================================
index 9d5e1a594e12244515287959fccdf8a358a5abb8..7615516711be8f5b0f14249ab82b689401a6c7dd 100644 (file)
@@ -77,7 +77,7 @@ __divv2df3 (vector double a_in, vector double b_in)
   a_exp_1s = (vec_ullong2)spu_cmpeq(a_exp, exp_mask_u32);
   b_exp_1s = (vec_ullong2)spu_cmpeq(b_exp, exp_mask_u32);
 
-  /* Identify all possible special values that must be accomodated including:
+  /* Identify all possible special values that must be accommodated including:
    * +-denorm, +-0, +-infinity, and NaNs.
    */
   a_denorm0= (vec_ullong2)spu_cmpeq(a_exp, 0);
index 62eb2beeb8f96a2f38511e4ef9b91c1694f80362..8dc1583ee839ae3ba8741f2afcca7f18c03a7ce2 100644 (file)
@@ -26,7 +26,7 @@ extern vector unsigned int __mfc_tag_table;
 
 /* Release a sequential group of tags from exclusive use. The sequential
    group of tags is the range starting from <first_tag> through
-   <first_tag>+<number_of_tags>-1. Upon sucessful release, MFC_DMA_TAG_VALID
+   <first_tag>+<number_of_tags>-1. Upon successful release, MFC_DMA_TAG_VALID
    is returned and the tags become available for future reservation.
 
    If the specified tags were not previously reserved, no action is
index d59c57130531698ecc5923a1ddfb354a033df9e6..f1b5bd09c5b0d9b35ca86d3780753b662b50e856 100644 (file)
@@ -25,7 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 extern vector unsigned int __mfc_tag_table;
 
 /* Release the specified DMA tag from exclusive use.  Once released, the
-   tag is available for future reservation.  Upon sucessful release,
+   tag is available for future reservation.  Upon successful release,
    MFC_DMA_TAG_VALID is returned.  If the specified tag is not in the
    range 0 to 31, or had not been reserved, no action is taken and
    MFC_DMA_TAG_INVALID is returned.  */
index 0751859c8fc8a30c62b02a220039d523fb7ad380..a226f8116595c1eba6f9a1c0e42da32c1e0f7824 100644 (file)
@@ -4358,7 +4358,7 @@ fi
 
 
 # See if we have thread-local storage.  We can only test assembler
-# sicne link-time and run-time tests require the newly built
+# since link-time and run-time tests require the newly built
 # gcc, which can't be used to build executable due to that libgcc
 # is yet to be built here.
 
index 47fe4e84d2af37941aba06059b68e2bc696fbd9f..24b15f0b1787e02c5806dc623116f64863c11d00 100644 (file)
@@ -315,7 +315,7 @@ fi
 AC_SUBST(vis_hide)
 
 # See if we have thread-local storage.  We can only test assembler
-# sicne link-time and run-time tests require the newly built
+# since link-time and run-time tests require the newly built
 # gcc, which can't be used to build executable due to that libgcc
 # is yet to be built here.
 GCC_CHECK_CC_TLS
This page took 0.098955 seconds and 5 git commands to generate.