ieee754-df.S: Fix typos.
* 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
This commit is contained in:
parent
7d9641ccfa
commit
d8c9d39117
28 changed files with 58 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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.
|
||||
//============================================================================
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
2
libgcc/configure
vendored
2
libgcc/configure
vendored
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue