993-arm_insn-opinit-RTX_CODE-fixup.patch 580 B

1234567891011121314
  1. --- a/gcc/config/arm/arm-protos.h
  2. +++ b/gcc/config/arm/arm-protos.h
  3. @@ -43,10 +43,10 @@ extern unsigned int arm_dbx_register_num
  4. extern void arm_output_fn_unwind (FILE *, bool);
  5. -#ifdef RTX_CODE
  6. extern bool arm_vector_mode_supported_p (enum machine_mode);
  7. extern int arm_hard_regno_mode_ok (unsigned int, enum machine_mode);
  8. extern int const_ok_for_arm (HOST_WIDE_INT);
  9. +#ifdef RTX_CODE
  10. extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx,
  11. HOST_WIDE_INT, rtx, rtx, int);
  12. extern RTX_CODE arm_canonicalize_comparison (RTX_CODE, enum machine_mode,