aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlhooks-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtlhooks-def.h')
-rw-r--r--gcc/rtlhooks-def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rtlhooks-def.h b/gcc/rtlhooks-def.h
index 07d8fcfce38..65c3a2a77c1 100644
--- a/gcc/rtlhooks-def.h
+++ b/gcc/rtlhooks-def.h
@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see
#define GCC_RTL_HOOKS_DEF_H
#include "rtl.h"
+#include "multi-target.h"
#define RTL_HOOKS_GEN_LOWPART gen_lowpart_general
#define RTL_HOOKS_GEN_LOWPART_NO_EMIT gen_lowpart_no_emit_general
@@ -37,6 +38,7 @@ along with GCC; see the file COPYING3. If not see
RTL_HOOKS_REG_TRUNCATED_TO_MODE \
}
+START_TARGET_SPECIFIC
extern rtx gen_lowpart_general (enum machine_mode, rtx);
extern rtx gen_lowpart_no_emit_general (enum machine_mode, rtx);
extern rtx reg_nonzero_bits_general (const_rtx, enum machine_mode, const_rtx,
@@ -47,5 +49,6 @@ extern rtx reg_num_sign_bit_copies_general (const_rtx, enum machine_mode, const_
enum machine_mode,
unsigned int, unsigned int *);
extern bool reg_truncated_to_mode_general (enum machine_mode, const_rtx);
+END_TARGET_SPECIFIC
#endif /* GCC_RTL_HOOKS_DEF_H */