From: Nick Clifton Date: Thu, 30 Jun 2011 09:13:49 +0000 (+0000) Subject: v850.h (CPP_SPEC): Define __v850e__ when compiling for the V850E. X-Git-Tag: upstream/12.2.0~83272 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cce15d4b392c8c601516ffd678dc4c248868380;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12c60d7..3ed1193 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-06-30 Nick Clifton + + * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling + for the V850E. + 2011-06-30 Jakub Jelinek * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 6595a2e..0784d89 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -95,6 +95,7 @@ extern GTY(()) rtx v850_compare_op1; %{mv850e2:-D__v850e2__} \ %{mv850es:-D__v850e1__} \ %{mv850e1:-D__v850e1__} \ + %{mv850e:-D__v850e__} \ %{mv850:-D__v850__} \ %(subtarget_cpp_spec)" \ " %{mep:-D__EP__}"