Eric Botcazou
6b4428ecb6
configure.host (sparc*-sun-solaris2.*): New case.
...
* configure.host (sparc*-sun-solaris2.*): New case.
* include/dwarf2-signal.h (MAKE_THROW_FRAME, SPARC case): Make dummy.
* include/sparc-signal.h: Do not include ucontext.h.
(SIGNAL_HANDLER): Rename symbol.
(FLUSH_REGISTER_WINDOWS): Delete.
(MAKE_THROW_FRAME): Make dummy.
(INIT_SEGV): Adjust for above renaming.
(INIT_FPE): Likewise.
From-SVN: r155092
2009-12-08 18:38:23 +00:00
Tobias Burnus
17314cd9eb
re PR libfortran/41711 ([F08] BOZ edit-descr does not support reading large kind reals)
...
2009-12-08 Tobias Burnus <burnus@net-b.de>
PR fortran/41711
* io/read.c (set_integer): Support kind=10 for reading
real/complex BOZ.
2009-12-08 Tobias Burnus <burnus@net-b.de>
PR fortran/41711
* gfortran.dg/boz_15.f90: New test.
From-SVN: r155088
2009-12-08 15:12:06 +01:00
Michael Matz
5d7cefe516
re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_locs at -O3)
...
PR middle-end/38474
* function.c (free_temp_slots): Only walk the temp slot
addresses and combine slots if we actually changes something.
(pop_temp_slots): Ditto.
From-SVN: r155087
2009-12-08 13:56:06 +00:00
Daniel Kraft
41a394bbf8
re PR fortran/41177 (Wrong base-object checks for type-bound procedures)
...
2008-12-08 Daniel Kraft <d@domob.eu>
PR fortran/41177
* gfortran.dg/typebound_proc_4.f03: Remove check for wrong error.
* gfortran.dg/typebound_proc_13.f03: New test.
2008-12-08 Daniel Kraft <d@domob.eu>
PR fortran/41177
* gfortran.h (struct symbol_attribute): New flag `class_pointer'.
* symbol.c (gfc_build_class_symbol): Set the new flag.
* resolve.c (update_compcall_arglist): Remove wrong check for
non-scalar base-object.
(check_typebound_baseobject): Add the correct version here as well
as some 'not implemented' message check in the old case.
(resolve_typebound_procedure): Check that the passed-object dummy
argument is scalar, non-pointer and non-allocatable as it should be.
From-SVN: r155086
2009-12-08 12:39:20 +01:00
Olga Golovanevsky
72d099cb27
[multiple changes]
...
2009-12-07 Olga Golovanevsky <olga@il.ibm.com>
PR middle-end/41843
* ipa-struct-reorg.c (compare_fields): New function.
(find_field_in_struct_1): Use compare_fields function.
(is_equal_types): Likewise.
2009-12-04 Olga Golovanevsky <olga@il.ibm.com>
Jakub Jelinek <jakub@redhat.com>
PR midle-end/41843
* gcc.dg/struct/wo_prof_empty_str.c: New testcase.
Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r155084
2009-12-08 09:41:13 +00:00
Tobias Burnus
96c4932402
re PR fortran/40961 (Document set_fpe(int))
...
2009-12-08 Tobias Burnus <burnus@net-b.de>
PR fortran/40961
PR fortran/40377
* gfortran.texi (Non-Fortran Main Program): Add
_gfortran_set_fpe documentation.
(Interoperability with C): Mention array storage order.
From-SVN: r155083
2009-12-08 09:52:28 +01:00
Doug Evans
698861dc8d
* pex-unix.c (pex_unix_exec_child): Save/restore environ.
...
From-SVN: r155079
2009-12-08 07:05:35 +00:00
Shujing Zhao
d16a31da53
MAINTAINERS (Write After Approval): Add myself.
...
2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r155073
2009-12-08 02:21:04 +00:00
DJ Delorie
d2e1a4c294
re PR target/42312 (config/mep/mep.c:2856: (error) Uninitialized variable: frame_size)
...
PR c/42312
* config/mep/mep.c (mep_expand_prologue): Set
really_need_stack_frame after frame_size is set.
From-SVN: r155072
2009-12-07 19:47:58 -05:00
Richard Henderson
6c0eaee7d2
re PR rtl-optimization/42269 (Extra sign extension instructions generated)
...
PR rtl-opt/42269
* combine.c (setup_incoming_promotions): Improve the conditions
under which we respect the promotions applied.
From-SVN: r155071
2009-12-07 16:44:28 -08:00
David Edelsohn
9e7e65a08b
aix_closure.S (libffi_closure_ASM): Fix tablejump typo.
...
* src/powerpc/aix_closure.S (libffi_closure_ASM): Fix tablejump
typo.
From-SVN: r155070
2009-12-07 19:41:10 -05:00
GCC Administrator
61961c617d
Daily bump.
...
From-SVN: r155069
2009-12-08 00:16:56 +00:00
Eric Botcazou
1141be7e56
linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch.
...
* config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch.
* config/sparc/linux64.h (ASM_SPEC): Likewise.
From-SVN: r155065
2009-12-07 23:31:01 +00:00
Richard Henderson
74e12783a3
re PR debug/42299 (another verify_ssa failure with -g -O2)
...
PR debug/42299
PR debug/42166
* tree-ssa.c (insert_debug_temp_for_var_def): Skip propagation
for ssa names already registered for update.
From-SVN: r155063
2009-12-07 14:42:10 -08:00
Jakub Jelinek
aec4e50c21
re PR debug/42244 (var-tracking ICE for 300.twolf)
...
PR debug/42244
* ddg.c (add_inter_loop_mem_dep): Use ANTI_DEP if from or to
is a DEBUG_INSN.
* gcc.dg/debug/pr42244.c: New test.
From-SVN: r155062
2009-12-07 23:37:21 +01:00
Sebastian Pop
8ad9d49ec9
Check cpuid LWP bit.
...
* config/i386/driver-i386.c (host_detect_local_cpu): Add -mlwp to the
options when bit_LWP is set.
From-SVN: r155061
2009-12-07 22:23:16 +00:00
Sebastian Pop
c3d34a7861
Check cpuid ABM bit.
...
* config/i386/cpuid.h (bit_ABM): New.
* config/i386/driver-i386.c (host_detect_local_cpu): Add -mabm to the
options when bit_ABM is set.
From-SVN: r155060
2009-12-07 22:23:10 +00:00
Jakub Jelinek
7fccdfcfb9
Fix ABM.
...
2009-12-04 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.c (bdesc_special_args): Move __builtin_clzs from
this array ...
(bdesc_args): ... here.
* config.gcc (i[34567]86-*-*): Include abmintrin.h.
(x86_64-*-*): Likewise.
* gcc.target/i386/sse-12.c: Add -mabm to dg-options, mention
abmintrin.h is also tested.
* gcc.target/i386/sse-13.c: Likewise.
From-SVN: r155059
2009-12-07 22:23:01 +00:00
Sebastian Pop
3bccee0302
Fix _mm_popcnt* intrinsics.
...
* config.gcc (i[34567]86-*-*, x86_64-*-*): Add popcntintrin.h.
* config/i386/abmintrin.h (_mm_popcnt_u32, _mm_popcnt_u64): Moved...
* config/i386/i386-c.c (__POPCNT__): Defined.
* config/i386/popcntintrin.h: ...here. New file.
* config/i386/smmintrin.h (_mm_popcnt_u32, _mm_popcnt_u64): Moved...
Include popcntintrin.h.
* config/i386/x86intrin.h: Include popcntintrin.h when __POPCNT__
is defined.
From-SVN: r155058
2009-12-07 22:22:54 +00:00
Sebastian Pop
aedff010f0
Remove XOP splitters.
...
* config/i386/i386-protos.h (ix86_expand_fma4_multiple_memory):
Removed.
* config/i386/i386.c (ix86_expand_fma4_multiple_memory): Removed.
* config/i386/sse.md: Remove all XOP splitters.
Allow the second and fourth operands of XOP multiply-add insns
to be nonimmediate.
From-SVN: r155057
2009-12-07 22:22:45 +00:00
Sebastian Pop
c7b4d9488a
Remove all FMA4 splitters.
...
* config/i386/sse.md: Remove all FMA4 splitters.
Allow the second operand of FMA4 insns to be a nonimmediate.
Fix comments punctuation.
From-SVN: r155056
2009-12-07 22:22:37 +00:00
Julian Brown
85f28bf1ff
constraints.md (Ps, Pt): New constraint letters.
...
gcc/
* config/arm/constraints.md (Ps, Pt): New constraint letters.
* config/arm/thumb2.md (*thumb2_addsi_short): Tighten constraints.
From-SVN: r155054
2009-12-07 20:34:53 +00:00
Jakub Jelinek
9e60c2aa8a
acinclude.m4: Regenerated to pick: 2007-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
...
* acinclude.m4: Regenerated to pick:
2007-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [linux]:
Ignore lines in ld.so.conf starting with 'hwcap '.
* configure: Regenerated.
2009-11-24 Peter O'Gorman <peter@pogma.com>
Backport of libltdl changes from the 2.2.6b release.
* ltdl.c: Backport changes.
From-SVN: r155053
2009-12-07 20:33:09 +01:00
Daniel Franke
d59b1dcb19
re PR fortran/41940 (Improve error message for allocating scalar with shape)
...
gcc/fortran:
2009-12-07 Daniel Franke <franke.daniel@gmail.com>
PR fortran/41940
* match.c (gfc_match_allocate): Improved error message for
allocatable scalars that are allocated with a shape.
gcc/testsuite:
2009-12-07 Daniel Franke <franke.daniel@gmail.com>
PR fortran/41940
* gfortran.dg/allocate_scalar_with_shape.f90: New.
From-SVN: r155049
2009-12-07 12:32:29 -05:00
Kaveh R. Ghazi
b3a00b5034
re PR other/40302 (GCC must hard-require MPC before release)
...
PR other/40302
* configure.ac (HAVE_mpc): Don't define.
* config.in, configure: Regenerate.
From-SVN: r155047
2009-12-07 15:45:01 +00:00
Kaveh R. Ghazi
16a19648a2
re PR other/40302 (GCC must hard-require MPC before release)
...
PR other/40302
* builtins.c: Remove HAVE_mpc* checks throughout.
* fold-const.c: Likewise.
* real.h: Likewise.
* toplev.c: Likewise.
From-SVN: r155046
2009-12-07 15:42:55 +00:00
Kaveh R. Ghazi
197eb5a168
re PR other/40302 (GCC must hard-require MPC before release)
...
PR other/40302
* gcc.dg/torture/builtin-math-6.c: Assume we have MPC.
* gcc.dg/torture/builtin-math-7.c: Likewise.
* gfortran.dg/complex_intrinsic_7.f90: Likewise.
* gfortran.dg/complex_intrinsic_8.f90: Likewise.
* gfortran.dg/integer_exponentiation_4.f90: Re-enable some tests.
* lib/target-supports.exp (check_effective_target_mpc,
check_effective_target_mpc_pow, check_effective_target_mpc_arc):
Delete.
From-SVN: r155045
2009-12-07 15:36:46 +00:00
Edmar Wienskoski
b17f98b1c5
config.gcc (cpu_is_64bit): Add new core e500mc64.
...
2009-12-07 Edmar Wienskoski <edmar@freescale.com>
* config.gcc (cpu_is_64bit): Add new core e500mc64.
(powerpc*-*-*): Add new core e500mc64.
* config/rs6000/e500mc64.md: New file.
* config/rs6000/rs6000.c (processor_costs): Add new costs for
e500mc64.
(rs6000_override_options): Add e500mc64 case to
processor_target_table. Altivec and Spe options not allowed with
e500mc64. Disable string instructions for e500mc64. Enable branch
targets alignment for both e500mc and e500mc64. Initialize
rs6000_cost for e500mc64.
(rs6000_emit_sISEL): New function.
(rs6000_emit_sCOND): Call rs6000_emit_sISEL for isel targets.
(rs6000_emit_int_cmove): Fix mode of 64 bit isel pattern
generation.
(rs6000_issue_rate): Set issue rate for e500mc64.
(rs6000_rtx_costs): Set more accurate cost for mfcr instruction
on architectures with isel.
* config/rs6000/rs6000-protos.h (rs6000_emit_sISEL): Declare.
* config/rs6000/rs6000.h (processor_type): Add
PROCESSOR_PPCE500MC64.
(ASM_CPU_SPEC): Add e500mc64.
* config/rs6000/rs6000.md (define_attr "cpu"): Add ppce500mc64.
Include e500mc64.md.
(abssi2_isel): Expand pattern to handle DImode.
(nabs<mode>2_isel): New pattern.
(absdi2): Change pattern to handle 64 bit isel targets.
(absdi2_internal): Exclude ISEL targets.
(nabsdi2): Exclude ISEL targets.
* doc/invoke.texi: Add e500mc64 to list of cpus.
From-SVN: r155044
2009-12-07 10:34:21 -05:00
Kaveh R. Ghazi
d0d92baf43
re PR other/40302 (GCC must hard-require MPC before release)
...
PR other/40302
* arith.c: Remove HAVE_mpc* checks throughout.
* expr.c: Likewise.
* gfortran.h: Likewise.
* resolve.c: Likewise.
* simplify.c: Likewise.
* target-memory.c: Likewise.
* target-memory.h: Likewise.
From-SVN: r155043
2009-12-07 15:32:43 +00:00
Edmar Wienskoski
2330bfb3f1
ppc-eq0-1.c: Adjust testcase for isel targets.
...
2009-12-07 Edmar Wienskoski <edmar@freescale.com>
* gcc.target/powerpc/ppc-eq0-1.c: Adjust testcase for isel
targets.
From-SVN: r155042
2009-12-07 10:27:32 -05:00
Uros Bizjak
c842706443
i386.md (any_or): New code iterator.
...
* config/i386/i386.md (any_or): New code iterator.
(any_logic): Rename from plogic code iterator.
(logicprefix): Rename from plogicprefix code attribute.
(<code><mode>3): Macroize expander from {ior,xor}<mode>3 using
any_or code iterator.
(*<code><mode>_1): Macroize insn from *{ior,xor}<mode>_1 using
any_or code iterator.
(*<code><mode>_2): Ditto from *{ior,xor}<mode>_2.
(*<code><mode>_3): Ditto from *{ior,xor}<mode>_3.
(ior and xor splitters): Ditto.
* config/i386/mmx.md: Updated for rename.
* config/i386/sse.md: Ditto.
From-SVN: r155037
2009-12-07 15:28:22 +01:00
Paolo Carlini
53567bbdca
re PR libstdc++/42319 (incomplete type char_traits if parallel mode is active)
...
2009-12-07 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/42319
* include/parallel/losertree.h: Include bits/stl_function.h instead
of the whole <functional>.
* include/parallel/base.h: Likewise.
* include/parallel/numeric: Likewise.
* include/parallel/balanced_quicksort.h: Likewise.
* include/parallel/checkers.h: Likewise.
* testsuite/17_intro/headers/c++200x/42319.cc: New.
From-SVN: r155036
2009-12-07 14:27:59 +00:00
Joseph Myers
cfcb744de3
* id.po: Update.
...
From-SVN: r155035
2009-12-07 12:17:20 +00:00
Eric Botcazou
9e8b671ccc
configure.ac (net/if.h check): Include sys/socket.h if present.
...
* configure.ac (net/if.h check): Include sys/socket.h if present.
* configure: Regenerate.
From-SVN: r155034
2009-12-07 09:44:22 +00:00
Uros Bizjak
4afd0ef449
i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2): Remove quotes around condition logic code.
...
* config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
Remove quotes around condition logic code.
From-SVN: r155033
2009-12-07 09:53:22 +01:00
Andy Hutchinson
4f566bd60e
* gcc.c-torture/execute/vla-dealloc-1.c: Use lower loop count for 16bit int targets.
...
From-SVN: r155029
2009-12-07 00:21:47 +00:00
GCC Administrator
849c1a9030
Daily bump.
...
From-SVN: r155028
2009-12-07 00:16:47 +00:00
Richard Henderson
6edde54505
re PR debug/42234 (internal compiler error: verify_ssa failed)
...
PR debug/42234
* tree-ssa-dom.c (degenerate_phi_result): Check for NULL phi
argument earlier.
From-SVN: r155025
2009-12-06 15:59:52 -08:00
Janus Weil
a15b72fa7f
re PR fortran/41478 (Corrupted memory using PACK for derived-types with allocated components)
...
libgfortran/
2009-12-06 Janus Weil <janus@gcc.gnu.org>
PR fortran/41478
PR fortran/42268
* intrinsics/pack_generic.c (pack): Add safety checks for the case that
'vector' is NULL.
gcc/testsuite/
2009-12-06 Janus Weil <janus@gcc.gnu.org>
PR fortran/41478
PR fortran/42268
* gfortran.dg/intrinsic_pack_5.f90: New test.
From-SVN: r155024
2009-12-06 23:57:13 +01:00
Kaveh R. Ghazi
3a5729ea2a
re PR middle-end/30447 (Evaluate complex math functions at compile-time)
...
PR middle-end/30447
PR middle-end/30789
PR other/40302
* configure.ac: Require MPC.
* configure: Regenerate.
gcc:
* doc/install.texi: Document MPC is required.
From-SVN: r155023
2009-12-06 16:11:06 +00:00
Daniel Franke
2ef0f9c6eb
re PR fortran/40904 (Documentation: Description for COUNT is wrong)
...
2009-12-06 Daniel Franke <franke.daniel@gmail.com>
PR fortran/40904
* intrinsics.texi: Fixed description of COUNT.
From-SVN: r155022
2009-12-06 07:59:46 -05:00
Uros Bizjak
cf2b99ceb7
i386-md (g): Add HImode and QImode.
...
* config/i386/i386-md (g): Add HImode and QImode.
(general_szext_operand): New mode attribute.
(*test<mode>_1): Macroize insn from *test{qi,hi,si}_1 using
SWI124 mode iterator.
(and<mode>3): Macroize expander from and{qi,hi,si,di}3 using
SWIM mode iterator.
(*and<mode>_2): Macroize insn from *and{qi,hi,si}_2 using
SWI124 mode iterator.
(ior<mode>3): Macroize expander from ior{qi,hi,si,di}3 using
SWIM mode iterator.
(*ior<mode>_1): Macroize insn from *ior{hi,si,di}_1 using
SWI248 mode iterator.
(*ior<mode>_2): Macroize insn from *ior{qi,hi,si,di}_2 using
SWI mode iterator.
(*ior<mode>_3): Macroize insn from *ior{qi,hi,si,di}_3 using
SWI mode iterator.
(xor<mode>3): Macroize expander from xor{qi,hi,si,di}3 using
SWIM mode iterator.
(*xor<mode>_1): Macroize insn from *xor{hi,si,di}_1 using
SWI248 mode iterator.
(*xor<mode>_2): Macroize insn from *xor{qi,hi,si,di}_2 using
SWI mode iterator.
(*xor<mode>_3): Macroize insn from *xor{qi,hi,si,di}_3 using
SWI mode iterator.
From-SVN: r155021
2009-12-06 13:03:51 +01:00
GCC Administrator
23569a76fd
Daily bump.
...
From-SVN: r155020
2009-12-06 00:17:55 +00:00
H.J. Lu
5232785803
re PR bootstrap/42306 (Revision 155012 breaks lto-plugin)
...
2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/42306
* configure: Regenerated.
* Makefile.in: Likewise.
From-SVN: r155017
2009-12-05 15:57:50 -08:00
David Edelsohn
5d7fc9412c
aix.S: Update AIX32 code to be consistent with AIX64 code.
...
* src/powerpc/aix.S: Update AIX32 code to be consistent with AIX64
code.
* src/powerpc/aix_closure.s: Same.
From-SVN: r155016
2009-12-05 16:48:58 -05:00
Sebastian Pop
6a790a6980
Add TARGET_FUSED_MADD to FMA4 insns.
...
* config/i386/i386.c (TARGET_DEFAULT_TARGET_FLAGS): Add
MASK_FUSED_MADD.
* config/i386/i386.h (CC1_CPU_SPEC_1): Remove
"'-mfused-madd' was removed".
* config/i386/i386.opt (mfused-madd): New.
* config/i386/sse.md: Add TARGET_FUSED_MADD to FMA4 insns.
* doc/invoke.texi (-mfused-madd, -mno-fused-madd): Document.
From-SVN: r155015
2009-12-05 20:11:52 +00:00
John David Anglin
70d60e8801
pa64-hpux.h (LIB_SPEC): Handle -rdynamic.
...
* pa64-hpux.h (LIB_SPEC): Handle -rdynamic.
* pa-hpux10.h (LIB_SPEC): Likewise.
* pa-hpux11.h (LIB_SPEC): Likewise.
From-SVN: r155014
2009-12-05 19:43:14 +00:00
John David Anglin
263116c261
re PR ada/41912 (FAIL: gnat.dg/null_pointer_deref1.adb execution test)
...
PR ada/41912
* pa/linux-unwind.h (pa32_fallback_frame_state): Set fs->signal_frame
for signal frames.
* pa/hpux-unwind.h (pa32_fallback_frame_state): Likewise.
From-SVN: r155013
2009-12-05 17:45:59 +00:00
Ralf Wildenhues
43e02a8a71
Sync from git Libtool and regenerate.
...
/:
PR target/38384
PR bootstrap/40972
* libtool.m4: Sync from git Libtool.
* ltoptions.m4: Likewise.
* ltversion.m4: Likewise.
* lt~obsolete.m4: Likewise.
* ltmain.sh: Likewise.
boehm-gc/:
* Makefile.in: Regenerate.
* configure: Regenerate.
* include/Makefile.in: Regenerate.
fixincludes/:
* configure: Regenerate.
gcc/:
* configure: Regenerate.
libffi/:
* Makefile.in: Regenerate.
* configure: Regenerate.
* include/Makefile.in: Regenerate.
* man/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
libgfortran/:
* Makefile.in: Regenerate.
* configure: Regenerate.
libgomp/:
* Makefile.in: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.in: Regenerate.
libjava/classpath/:
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
* doc/api/Makefile.in: Regenerate.
* examples/Makefile.in: Regenerate.
* external/Makefile.in: Regenerate.
* external/jsr166/Makefile.in: Regenerate.
* external/relaxngDatatype/Makefile.in: Regenerate.
* external/sax/Makefile.in: Regenerate.
* external/w3c_dom/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* lib/Makefile.in: Regenerate.
* native/Makefile.in: Regenerate.
* native/fdlibm/Makefile.in: Regenerate.
* native/jawt/Makefile.in: Regenerate.
* native/jni/Makefile.in: Regenerate.
* native/jni/classpath/Makefile.in: Regenerate.
* native/jni/gconf-peer/Makefile.in: Regenerate.
* native/jni/gstreamer-peer/Makefile.in: Regenerate.
* native/jni/gtk-peer/Makefile.in: Regenerate.
* native/jni/java-io/Makefile.in: Regenerate.
* native/jni/java-lang/Makefile.in: Regenerate.
* native/jni/java-math/Makefile.in: Regenerate.
* native/jni/java-net/Makefile.in: Regenerate.
* native/jni/java-nio/Makefile.in: Regenerate.
* native/jni/java-util/Makefile.in: Regenerate.
* native/jni/midi-alsa/Makefile.in: Regenerate.
* native/jni/midi-dssi/Makefile.in: Regenerate.
* native/jni/native-lib/Makefile.in: Regenerate.
* native/jni/qt-peer/Makefile.in: Regenerate.
* native/jni/xmlj/Makefile.in: Regenerate.
* native/plugin/Makefile.in: Regenerate.
* resource/Makefile.in: Regenerate.
* scripts/Makefile.in: Regenerate.
* tools/Makefile.in: Regenerate.
libjava/:
* Makefile.in: Regenerate.
* configure: Regenerate.
* gcj/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
libmudflap/:
* Makefile.in: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.in: Regenerate.
libobjc/:
* configure: Regenerate.
libssp/:
* Makefile.in: Regenerate.
* configure: Regenerate.
libstdc++-v3/:
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* python/Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
lto-plugin/:
* configure: Regenerate.
* Makefile.in: Regenerate.
zlib/:
* Makefile.in: Regenerate.
* configure: Regenerate.
From-SVN: r155012
2009-12-05 17:18:53 +00:00
Richard Earnshaw
3fc604fcde
thumb2.md (thumb2_mulsi_short_compare0): Use a low-register for the scratch.
...
* arm/thumb2.md (thumb2_mulsi_short_compare0): Use a low-register
for the scratch.
From-SVN: r155011
2009-12-05 17:04:39 +00:00