v850.h (CPP_SPEC): Define __v850e__ when compiling for the V850E.
authorNick Clifton <nickc@redhat.com>
Thu, 30 Jun 2011 09:13:49 +0000 (09:13 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 30 Jun 2011 09:13:49 +0000 (09:13 +0000)
* config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
for the V850E.

From-SVN: r175688

gcc/ChangeLog
gcc/config/v850/v850.h

index 12c60d7..3ed1193 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
index 6595a2e..0784d89 100644 (file)
@@ -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__}"