diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 19:47:10 +0000 | 
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 19:47:10 +0000 | 
| commit | 08a444cbc43d61b26e4b63687a7d39fa06d288cc (patch) | |
| tree | 19f2f88301f62c5a0804466fcf458ec2cdd10c4a /gcc | |
| parent | 1396ec95f36c0b660373726c5ac061ca32a20d3b (diff) | |
| download | ppe42-gcc-08a444cbc43d61b26e4b63687a7d39fa06d288cc.tar.gz ppe42-gcc-08a444cbc43d61b26e4b63687a7d39fa06d288cc.zip | |
	* config/fr30/fr30.h: Update to new CPP macros.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/fr30/fr30.h | 8 | 
2 files changed, 11 insertions, 1 deletions
| diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7bf78c0175b..dfce3a7726a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@  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.  2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk> diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 33ba6ca31ac..1b0dd067947 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) | 

