Commit 7cce15d4 by Nick Clifton Committed by Nick Clifton

v850.h (CPP_SPEC): Define __v850e__ when compiling for the V850E.

	* config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
	for the V850E.

From-SVN: r175688
parent 4372bd28
2011-06-30 Nick Clifton <nickc@redhat.com>
* config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
for the V850E.
2011-06-30 Jakub Jelinek <jakub@redhat.com> 2011-06-30 Jakub Jelinek <jakub@redhat.com>
* tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
......
...@@ -95,6 +95,7 @@ extern GTY(()) rtx v850_compare_op1; ...@@ -95,6 +95,7 @@ extern GTY(()) rtx v850_compare_op1;
%{mv850e2:-D__v850e2__} \ %{mv850e2:-D__v850e2__} \
%{mv850es:-D__v850e1__} \ %{mv850es:-D__v850e1__} \
%{mv850e1:-D__v850e1__} \ %{mv850e1:-D__v850e1__} \
%{mv850e:-D__v850e__} \
%{mv850:-D__v850__} \ %{mv850:-D__v850__} \
%(subtarget_cpp_spec)" \ %(subtarget_cpp_spec)" \
" %{mep:-D__EP__}" " %{mep:-D__EP__}"
......
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