| 1 | --- gcc-4.4.0/gcc/config/arm/arm-protos.h 2009-02-20 16:20:38.000000000 +0100 |
| 2 | +++ gcc-4.4.0.new/gcc/config/arm/arm-protos.h 2009-04-22 16:00:58.000000000 +0200 |
| 3 | @@ -43,10 +43,10 @@ |
| 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 int arm_hard_regno_mode_ok (unsigned int, enum machine_mode); |
| 10 | extern int const_ok_for_arm (HOST_WIDE_INT); |
| 11 | +#ifdef RTX_CODE |
| 12 | extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx, |
| 13 | HOST_WIDE_INT, rtx, rtx, int); |
| 14 | extern RTX_CODE arm_canonicalize_comparison (RTX_CODE, enum machine_mode, |
| 15 | |