]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/xtensa/xtensa.md (entry): Do not emit .frame directive.
authorBob Wilson <bob.wilson@acm.org>
Fri, 17 Nov 2006 22:55:13 +0000 (22:55 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 17 Nov 2006 22:55:13 +0000 (22:55 +0000)
From-SVN: r118948

gcc/ChangeLog
gcc/config/xtensa/xtensa.md

index e1e03ad8ca3385044112936f25e93f90ae0bd19b..3859a94c8e9d8308745cb797dddaadb31b676862 100644 (file)
@@ -1,3 +1,7 @@
+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.
index b08f6cbcf1ca922f3020afdfcce87ffef1a8e6db..487d8164760d4be9f546a72746ee26081a0fcb99 100644 (file)
                             (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")])