aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 87067d82e73..b45c36d375f 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -44,6 +44,9 @@ along with GCC; see the file COPYING3. If not see
#include "real.h"
#include "basic-block.h"
#include "target.h"
+#include "multi-target.h"
+
+START_TARGET_SPECIFIC
/* Each optab contains info on how this target machine
can perform a particular operation
@@ -7445,3 +7448,5 @@ expand_sync_lock_test_and_set (rtx mem, rtx val, rtx target)
}
#include "gt-optabs.h"
+
+END_TARGET_SPECIFIC