OSDN Git Service

* config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add define for
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Nov 2010 18:45:51 +0000 (18:45 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Nov 2010 18:45:51 +0000 (18:45 +0000)
RX610 as well as an assertion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166138 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rx/rx.h

index c267b92..89a214b 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-01  DJ Delorie  <dj@redhat.com>
+
+       * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add define for RX610
+       as well as an assertion.
+
 2010-11-01  Paul Koning  <ni1d@arrl.net>
 
        * config/pdp11/pdp11.c (pdp11_return_in_memory): Return vector and
index f320beb..5f89ebe 100644 (file)
       builtin_define ("__RX__");               \
       builtin_assert ("cpu=RX");               \
       if (rx_cpu_type == RX610)                        \
-        builtin_assert ("machine=RX610");      \
+       {                                       \
+          builtin_define ("__RX610__");                \
+          builtin_assert ("machine=RX610");    \
+       }                                       \
      else                                      \
         builtin_assert ("machine=RX600");      \
                                                \