Commit d99ffa94 by Bob Wilson Committed by Bob Wilson

xtensa.c (xtensa_expand_nonlocal_goto): Do not replace references to…

xtensa.c (xtensa_expand_nonlocal_goto): Do not replace references to virtual_stack_vars_rtx in goto_handler.

	* config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Do not replace
	references to virtual_stack_vars_rtx in goto_handler.

From-SVN: r129912
parent 565603f8
2007-11-05 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Do not replace
references to virtual_stack_vars_rtx in goto_handler.
2007-11-05 Paul Brook <paul@codesourcery.com>
* Makefile.target: Add ssd0303.o, pl022.o and ssd0323.o.
......@@ -1184,9 +1184,6 @@ xtensa_expand_nonlocal_goto (rtx *operands)
if (GET_CODE (containing_fp) != REG)
containing_fp = force_reg (Pmode, containing_fp);
goto_handler = copy_rtx (goto_handler);
validate_replace_rtx (virtual_stack_vars_rtx, containing_fp, goto_handler);
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__xtensa_nonlocal_goto"),
0, VOIDmode, 2,
containing_fp, Pmode,
......
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