Commit a81126a5 by Bob Wilson Committed by Bob Wilson

* config/xtensa/xtensa.md (entry): Do not emit .frame directive.

From-SVN: r118948
parent 44a69b31
2006-11-17 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.md (entry): Do not emit .frame directive.
2006-11-17 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
2006-11-17 Bob Wilson <bob.wilson@acm.org>
......
......@@ -2101,13 +2101,7 @@
(match_operand:SI 1 "const_int_operand" "i")]
UNSPECV_ENTRY))]
""
{
if (frame_pointer_needed)
output_asm_insn (".frame\ta7, %0", operands);
else
output_asm_insn (".frame\tsp, %0", operands);
return "entry\tsp, %1";
}
"entry\tsp, %1"
[(set_attr "type" "move")
(set_attr "mode" "SI")
(set_attr "length" "3")])
......
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