Commit 9eb404a0 by Neil Booth Committed by Neil Booth

d30v.h (CPP_PREDEFINES): Replace with

	* d30v.h (CPP_PREDEFINES): Replace with
	(TARGET_CPU_CPP_BUILTINS): New.

From-SVN: r54171
parent 53e8b0b8
2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
* d30v.h (CPP_PREDEFINES): Replace with
(TARGET_CPU_CPP_BUILTINS): New.
2002-06-02 Roger Sayle <roger@eyesopen.com>
* config/alpha/alpha.h [ASM_OUTPUT_LABELREF]: Fix typo.
......
......@@ -79,7 +79,13 @@
/* Run-time target specifications */
#define CPP_PREDEFINES "-D__D30V__ -Amachine=d30v"
#define TARGET_CPU_CPP_BUILTINS() \
do \
{ \
builtin_define ("__D30V__"); \
builtin_assert ("machine=d30v"); \
} \
while (0)
/* This declaration should be present. */
extern int target_flags;
......
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