Commit 532bfb0a by Aurelien Jarno Committed by Uros Bizjak

config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file for...

gcc/
 
 	* config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
 	for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
 
libgcc/
 
 	* config.host: Add i386/${host_address}/t-fprules-softfp to
 	tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.

From-SVN: r146248
parent 070bdbd9
2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
* config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
2009-04-17 Richard Guenther <rguenther@suse.de> 2009-04-17 Richard Guenther <rguenther@suse.de>
PR tree-optimization/39746 PR tree-optimization/39746
...@@ -118,8 +123,7 @@ ...@@ -118,8 +123,7 @@
* tree-iterator.c (tsi_split_statement_list_after, * tree-iterator.c (tsi_split_statement_list_after,
tsi_split_statement_list_before): Remove. tsi_split_statement_list_before): Remove.
* tree-iterator.h: Remove the prototypes for * tree-iterator.h: Remove the prototypes for
tsi_split_statement_list_after and tsi_split_statement_list_after and tsi_split_statement_list_before.
tsi_split_statement_list_before.
2009-04-16 Kazu Hirata <kazu@codesourcery.com> 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
...@@ -149,8 +153,7 @@ ...@@ -149,8 +153,7 @@
2009-04-16 Ian Lance Taylor <iant@google.com> 2009-04-16 Ian Lance Taylor <iant@google.com>
* rtlanal.c (alloc_reg_note): New function, broken out of * rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.
add_reg_note.
(add_reg_note): Call alloc_reg_note. (add_reg_note): Call alloc_reg_note.
* rtl.h (alloc_reg_note): Declare. * rtl.h (alloc_reg_note): Declare.
* combine.c (try_combine): Use alloc_reg_note. * combine.c (try_combine): Use alloc_reg_note.
...@@ -165,8 +168,7 @@ ...@@ -165,8 +168,7 @@
PR rtl-optimization/39762 PR rtl-optimization/39762
* ira-int.h (ira_register_move_cost, ira_may_move_in_cost, * ira-int.h (ira_register_move_cost, ira_may_move_in_cost,
ira_may_move_out_cost): Add comments about way of their usage. ira_may_move_out_cost): Add comments about way of their usage.
(ira_get_register_move_cost, ira_get_may_move_cost): New (ira_get_register_move_cost, ira_get_may_move_cost): New functions.
functions.
* ira-conflicts.c (process_regs_for_copy): Use function * ira-conflicts.c (process_regs_for_copy): Use function
ira_get_register_move_cost instead of global ira_get_register_move_cost instead of global
...@@ -188,8 +190,7 @@ ...@@ -188,8 +190,7 @@
Use function ira_get_may_move_cost instead of global Use function ira_get_may_move_cost instead of global
ira_may_move_in_cost. ira_may_move_in_cost.
(process_bb_node_for_hard_reg_moves): Use function (process_bb_node_for_hard_reg_moves): Use function
ira_get_register_move_cost instead of global ira_get_register_move_cost instead of global ira_register_move_cost.
ira_register_move_cost.
(ira_costs): Don't call ira_init_register_move_cost. (ira_costs): Don't call ira_init_register_move_cost.
2009-04-16 Richard Guenther <rguenther@suse.de> 2009-04-16 Richard Guenther <rguenther@suse.de>
...@@ -279,7 +280,7 @@ ...@@ -279,7 +280,7 @@
* opts.c (common_handle_option): Handle OPT_fversion. * opts.c (common_handle_option): Handle OPT_fversion.
2009-04-16 Richard Guenther <rguenther@suse.de> 2009-04-16 Richard Guenther <rguenther@suse.de>
Ira Rosen <irar@il.ibm.com> Ira Rosen <irar@il.ibm.com>
PR tree-optimization/39698 PR tree-optimization/39698
* tree-vect-loop.c (get_initial_def_for_reduction): Use the * tree-vect-loop.c (get_initial_def_for_reduction): Use the
...@@ -317,24 +318,25 @@ ...@@ -317,24 +318,25 @@
2009-04-15 Catherine Moore <clm@codesourcery.com> 2009-04-15 Catherine Moore <clm@codesourcery.com>
* debug.h (set_name): Declare. * debug.h (set_name): Declare.
* dwarf2out.c (dwarf2out_set_name): Declare. * dwarf2out.c (dwarf2out_set_name): Declare.
(dwarf2_debug_hooks): Add set_name. (dwarf2_debug_hooks): Add set_name.
(find_AT_string): New. (find_AT_string): New.
(add_AT_string): Call find_AT_string. (add_AT_string): Call find_AT_string.
(dwarf2out_set_name): New. (dwarf2out_set_name): New.
* cp/decl.c (grokdeclarator): Call set_name. * cp/decl.c (grokdeclarator): Call set_name.
* vmsdbgout.c (vmsdbg_debug_hooks): Add set_name_debug_nothing. * vmsdbgout.c (vmsdbg_debug_hooks): Add set_name_debug_nothing.
* debug.c (do_nothing_debug_hooks): Likewise. * debug.c (do_nothing_debug_hooks): Likewise.
* dbxout.c (dbx_debug_hooks): Likewise. * dbxout.c (dbx_debug_hooks): Likewise.
* sdbout.c (sdb_debug_hooks): Likewise. * sdbout.c (sdb_debug_hooks): Likewise.
2009-04-15 Michael Eager <eager@eagercon.com> 2009-04-15 Michael Eager <eager@eagercon.com>
* config/rs6000/rs6000.c: rs6000_function_value: set function return * config/rs6000/rs6000.c (rs6000_function_value): Set function return
reg for single-precision FPU reg for single-precision FPU.
* config/rs6000/rs6000.md: (movsi_internal1): only for !TARGET_SINGLE_FPU * config/rs6000/rs6000.md (movsi_internal1): Only for
(movsi_internal1_single): New: add pattern to move SI values to/from !TARGET_SINGLE_FPU.
(movsi_internal1_single): New. Add pattern to move SI values to/from
single-precision FP regs. single-precision FP regs.
2009-04-15 Richard Guenther <rguenther@suse.de> 2009-04-15 Richard Guenther <rguenther@suse.de>
...@@ -342,8 +344,7 @@ ...@@ -342,8 +344,7 @@
* omp-low.c (lower_rec_input_clauses): Build correct address * omp-low.c (lower_rec_input_clauses): Build correct address
expressions. expressions.
(expand_omp_for_generic): Fix multiplication type. (expand_omp_for_generic): Fix multiplication type.
* tree-loop-distribution.c (build_size_arg): Build a * tree-loop-distribution.c (build_size_arg): Build a size_t argument.
size_t argument.
(generate_memset_zero): Fix types. (generate_memset_zero): Fix types.
* tree-profile.c (prepare_instrumented_value): Correctly * tree-profile.c (prepare_instrumented_value): Correctly
widen a pointer. widen a pointer.
...@@ -368,8 +369,7 @@ ...@@ -368,8 +369,7 @@
(c_parser_alignof_expression): Likewise. (c_parser_alignof_expression): Likewise.
(c_parser_postfix_expression): Likewise. Pull setting of (c_parser_postfix_expression): Likewise. Pull setting of
original_code to top of function. original_code to top of function.
(c_parser_postfix_expression_after_paren_type): Set (c_parser_postfix_expression_after_paren_type): Set original_type.
original_type.
(c_parser_postfix_expression_after_primary): Likewise. (c_parser_postfix_expression_after_primary): Likewise.
(c_parser_expression): Likewise. (c_parser_expression): Likewise.
* c-typeck.c (build_external_ref): Add type parameter. Change all * c-typeck.c (build_external_ref): Add type parameter. Change all
...@@ -495,10 +495,9 @@ ...@@ -495,10 +495,9 @@
2009-04-14 Rafael Avila de Espindola <espindola@google.com> 2009-04-14 Rafael Avila de Espindola <espindola@google.com>
Merge: Merge:
2008-12-19 Diego Novillo <dnovillo@google.com> 2008-12-19 Diego Novillo <dnovillo@google.com>
* cgraph.c (dump_cgraph_node): Show memory address of NODE. * cgraph.c (dump_cgraph_node): Show memory address of NODE.
2000-04-14 Richard Guenther <rguenther@suse.de> 2000-04-14 Richard Guenther <rguenther@suse.de>
...@@ -2280,7 +2279,7 @@ ...@@ -2280,7 +2279,7 @@
2009-04-02 Dodji Seketeli <dodji@redhat.com> 2009-04-02 Dodji Seketeli <dodji@redhat.com>
PR c++/26693 PR c++/26693
* c-decl.c: (clone_underlying_type): Move this ... * c-decl.c (clone_underlying_type): Move this ...
* c-common.c (set_underlying_type): ... here. * c-common.c (set_underlying_type): ... here.
Also, make sure the function properly sets TYPE_STUB_DECL() on Also, make sure the function properly sets TYPE_STUB_DECL() on
the newly created typedef variant type. the newly created typedef variant type.
......
...@@ -3053,7 +3053,7 @@ case ${target} in ...@@ -3053,7 +3053,7 @@ case ${target} in
i[34567]86-*-darwin* | x86_64-*-darwin*) i[34567]86-*-darwin* | x86_64-*-darwin*)
tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp" tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
;; ;;
i[34567]86-*-linux* | x86_64-*-linux*) i[34567]86-*-linux* | x86_64-*-linux* | i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu)
tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp i386/t-linux" tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp i386/t-linux"
;; ;;
ia64*-*-linux*) ia64*-*-linux*)
......
2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
* config.host: Add i386/${host_address}/t-fprules-softfp to
tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
2009-04-09 Nick Clifton <nickc@redhat.com> 2009-04-09 Nick Clifton <nickc@redhat.com>
* config/ia64/tf-signs.c: Change copyright header to refer to * config/ia64/tf-signs.c: Change copyright header to refer to
......
...@@ -561,6 +561,7 @@ esac ...@@ -561,6 +561,7 @@ esac
case ${host} in case ${host} in
i[34567]86-*-darwin* | x86_64-*-darwin* | \ i[34567]86-*-darwin* | x86_64-*-darwin* | \
i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
i[34567]86-*-linux* | x86_64-*-linux*) i[34567]86-*-linux* | x86_64-*-linux*)
if test "${host_address}" = 32; then if test "${host_address}" = 32; then
tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp" tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment