Commit 9b69d4b4 by David Holsgrove Committed by Michael Eager

microblaze.c (microblaze_expand_prologue): Rename flag_stack_usage to flag_stack_usage_info.

	* config/microblaze/microblaze.c (microblaze_expand_prologue):
	Rename flag_stack_usage to flag_stack_usage_info.

From-SVN: r201186
parent 450b0ebb
2013-07-23 David Holsgrove <david.holsgrove@xilinx.com>
* config/microblaze/microblaze.c (microblaze_expand_prologue):
Rename flag_stack_usage to flag_stack_usage_info.
2013-07-23 David Holsgrove <david.holsgrove@xilinx.com>
* config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk
and define TARGET_ASM_OUTPUT_MI_THUNK and
TARGET_ASM_CAN_OUTPUT_MI_THUNK.
......
......@@ -2778,7 +2778,7 @@ microblaze_expand_prologue (void)
fsiz = compute_frame_size (get_frame_size ());
if (flag_stack_usage)
if (flag_stack_usage_info)
current_function_static_stack_size = fsiz;
/* If this function is a varargs function, store any registers that
......
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