* config/fr30/fr30.h: Update to new CPP macros.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 2 Jun 2002 19:47:10 +0000 (19:47 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 2 Jun 2002 19:47:10 +0000 (19:47 +0000)
From-SVN: r54182

gcc/ChangeLog
gcc/config/fr30/fr30.h

index 7bf78c0175b32a3e14dfa2c4d1fe268c3e85b123..dfce3a7726a74dfc13a970192f8d60aa90d672b8 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * config/fr30/fr30.h: Update to new CPP macros.
+
 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
index 33ba6ca31acce912e503551ffca3ceb43fa97e2d..1b0dd06794757c3799ac7c0f586b34f53ee5792f 100644 (file)
@@ -40,7 +40,13 @@ Boston, MA 02111-1307, USA.  */
    predefined macros that identify this machine and system.  These macros will
    be predefined unless the `-ansi' option is specified. */
 
-#define CPP_PREDEFINES "-Dfr30 -D__fr30__ -Amachine=fr30"
+#define TARGET_CPU_CPP_BUILTINS()              \
+  do                                           \
+    {                                          \
+      builtin_define_std ("fr30");             \
+      builtin_assert ("machine=fr30");         \
+    }                                          \
+   while (0)
 
 /* Use LDI:20 instead of LDI:32 to load addresses.  */
 #define TARGET_SMALL_MODEL_MASK        (1 << 0)