From: Bob Wilson Date: Fri, 17 Nov 2006 22:55:13 +0000 (+0000) Subject: * config/xtensa/xtensa.md (entry): Do not emit .frame directive. X-Git-Tag: releases/gcc-4.3.0~8414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81126a5401527a8e19dd0f850ab0f76954d64c2;p=thirdparty%2Fgcc.git * config/xtensa/xtensa.md (entry): Do not emit .frame directive. From-SVN: r118948 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1e03ad8ca33..3859a94c8e9d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Bob Wilson + + * config/xtensa/xtensa.md (entry): Do not emit .frame directive. + 2006-11-17 Bob Wilson * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. diff --git a/gcc/config/xtensa/xtensa.md b/gcc/config/xtensa/xtensa.md index b08f6cbcf1ca..487d8164760d 100644 --- a/gcc/config/xtensa/xtensa.md +++ b/gcc/config/xtensa/xtensa.md @@ -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")])