+2003-02-28 Nick Clifton <nickc@redhat.com>
+
+ * config/arm/arm.c (note_invalid_constants): Change parameter type
+ from bool to int.
+
2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
static Mfix * create_fix_barrier PARAMS ((Mfix *, Hint));
static void push_minipool_barrier PARAMS ((rtx, Hint));
static void push_minipool_fix PARAMS ((rtx, Hint, rtx *, Mmode, rtx));
-static bool note_invalid_constants PARAMS ((rtx, Hint, bool));
+static bool note_invalid_constants PARAMS ((rtx, Hint, int));
static int current_file_function_operand PARAMS ((rtx));
static Ulong arm_compute_save_reg0_reg12_mask PARAMS ((void));
static Ulong arm_compute_save_reg_mask PARAMS ((void));
note_invalid_constants (insn, address, do_pushes)
rtx insn;
HOST_WIDE_INT address;
- bool do_pushes;
+ int do_pushes;
{
bool result = false;
int opno;