Commit b9705a21 by Paul Brook Committed by Paul Brook

arm.c (arm_expand_prologue): Make args_to_push a HOST_WIDE_INT.

	* config/arm/arm.c (arm_expand_prologue): Make args_to_push a
	HOST_WIDE_INT.

[[Split portion of a mixed commit.]]

From-SVN: r87459.2
parent b9193259
2004-09-14 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_expand_prologue): Make args_to_push a
HOST_WIDE_INT.
2004-09-13 Daniel Jacobowitz <dan@debian.org>
* fold-const.c (fold_checksum_tree): Ignore TYPE_CACHED_VALUES.
......
......@@ -9941,7 +9941,7 @@ arm_expand_prologue (void)
int fp_offset = 0;
int saved_pretend_args = 0;
int saved_regs = 0;
unsigned int args_to_push;
unsigned HOST_WIDE_INT args_to_push;
arm_stack_offsets *offsets;
func_type = arm_current_func_type ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment