From 0ac3e0c4660ee772aab86d517f6723a371db528b Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 2 Jun 2002 19:47:10 +0000 Subject: * config/fr30/fr30.h: Update to new CPP macros. From-SVN: r54182 --- gcc/ChangeLog | 4 ++++ gcc/config/fr30/fr30.h | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bf78c0..dfce3a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-06-02 Neil Booth + * config/fr30/fr30.h: Update to new CPP macros. + +2002-06-02 Neil Booth + * config/dsp16xx/dsp16xx.h: Update to new CPP macros. 2002-06-02 Neil Booth diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 33ba6ca..1b0dd06 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -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) -- cgit v1.1