Commit 0ac3e0c4 by Neil Booth Committed by Neil Booth

* config/fr30/fr30.h: Update to new CPP macros.

From-SVN: r54182
parent be3a1d46
2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk> 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. * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk> 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
......
...@@ -40,7 +40,13 @@ Boston, MA 02111-1307, USA. */ ...@@ -40,7 +40,13 @@ Boston, MA 02111-1307, USA. */
predefined macros that identify this machine and system. These macros will predefined macros that identify this machine and system. These macros will
be predefined unless the `-ansi' option is specified. */ 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. */ /* Use LDI:20 instead of LDI:32 to load addresses. */
#define TARGET_SMALL_MODEL_MASK (1 << 0) #define TARGET_SMALL_MODEL_MASK (1 << 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment