2010-09-20 18:00:05 +00:00
|
|
|
--- a/gcc/config/arm/arm-protos.h
|
|
|
|
+++ b/gcc/config/arm/arm-protos.h
|
2010-01-25 10:52:23 +00:00
|
|
|
@@ -43,10 +43,10 @@
|
|
|
|
extern void arm_output_fn_unwind (FILE *, bool);
|
|
|
|
|
|
|
|
|
|
|
|
-#ifdef RTX_CODE
|
|
|
|
extern bool arm_vector_mode_supported_p (enum machine_mode);
|
|
|
|
extern int arm_hard_regno_mode_ok (unsigned int, enum machine_mode);
|
|
|
|
extern int const_ok_for_arm (HOST_WIDE_INT);
|
|
|
|
+#ifdef RTX_CODE
|
|
|
|
extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx,
|
|
|
|
HOST_WIDE_INT, rtx, rtx, int);
|
|
|
|
extern RTX_CODE arm_canonicalize_comparison (RTX_CODE, enum machine_mode,
|