aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ft32/ft32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/ft32/ft32.c')
-rw-r--r--gcc/config/ft32/ft32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/ft32/ft32.c b/gcc/config/ft32/ft32.c
index 1630c9c..f9ca2b5 100644
--- a/gcc/config/ft32/ft32.c
+++ b/gcc/config/ft32/ft32.c
@@ -45,7 +45,6 @@
#include "except.h"
#include "function.h"
#include "target.h"
-#include "target-def.h"
#include "tm_p.h"
#include "langhooks.h"
#include "dominance.h"
@@ -371,6 +370,8 @@ ft32_init_machine_status (void)
return ggc_cleared_alloc < machine_function > ();
}
+#include "target-def.h"
+
/* The TARGET_OPTION_OVERRIDE worker.
All this curently does is set init_machine_status. */