ecd8c3e4093ed4f6f8e03be6e5d943fc562a87b1
[openwrt.git] / toolchain / gcc / patches / 4.7-linaro / 993-arm_insn-opinit-RTX_CODE-fixup.patch
1 --- a/gcc/config/arm/arm-protos.h
2 +++ b/gcc/config/arm/arm-protos.h
3 @@ -42,12 +42,12 @@ extern unsigned int arm_dbx_register_num
4  extern void arm_output_fn_unwind (FILE *, bool);
5    
6  
7 -#ifdef RTX_CODE
8  extern bool arm_vector_mode_supported_p (enum machine_mode);
9  extern bool arm_small_register_classes_for_mode_p (enum machine_mode);
10  extern int arm_hard_regno_mode_ok (unsigned int, enum machine_mode);
11  extern bool arm_modes_tieable_p (enum machine_mode, enum machine_mode);
12  extern int const_ok_for_arm (HOST_WIDE_INT);
13 +#ifdef RTX_CODE
14  extern int const_ok_for_op (HOST_WIDE_INT, enum rtx_code);
15  extern int const_ok_for_dimode_op (HOST_WIDE_INT, enum rtx_code);
16  extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx,