Commit fd4df33d by Nick Clifton

re PR target/49427 (v850e-elf wants 850e/v850e-common.c)

	PR target/49427
	* config.gcc: Set cpu_type to v850 for any V850 architecture.
	(v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
	md_file, extra_modes, out_file and extra_options are these are all
	deduced from cpu_type.

From-SVN: r175100
parent fbd05da0
2011-06-16 Nick Clifton <nickc@redhat.com>
PR target/49427
* config.gcc: Set cpu_type to v850 for any V850 architecture.
(v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
md_file, extra_modes, out_file and extra_options are these are all
deduced from cpu_type.
2011-06-16 Georg-Johann Lay <avr@gjlay.de>
* config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
......@@ -13,7 +21,7 @@
(COUNT_LEADING_ZEROS_0): New macro.
* config/avr/t-avr (LIB1ASMFUNCS): Add
_ffssi2, _ffshi2, _loop_ffsqi2,
_ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2,
_ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2,
_paritydi2, _paritysi2, _parityhi2,
_popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
_bswapsi2, _bswapdi2,
......@@ -108,7 +116,7 @@
PR tree-optimization/48613
* ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
ipa_node_params_vector is NULL.
2011-06-15 Jakub Jelinek <jakub@redhat.com>
PR debug/49382
......
......@@ -430,6 +430,9 @@ sh[123456789lbe]*-*-* | sh-*-*)
cpu_type=sh
need_64bit_hwint=yes
;;
v850*-*-*)
cpu_type=v850
;;
xtensa*-*-*)
extra_options="${extra_options} fused-madd.opt"
;;
......@@ -2588,12 +2591,6 @@ v850*-*-*)
;;
esac
tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
tm_p_file=v850/v850-protos.h
tmake_file=v850/t-v850
md_file=v850/v850.md
extra_modes=v850/v850-modes.def
out_file=v850/v850.c
extra_options="v850/v850.opt"
if test x$stabs = xyes
then
tm_file="${tm_file} dbx.h"
......
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