summaryrefslogtreecommitdiff
path: root/gcc/config/xtensa
diff options
context:
space:
mode:
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-17 22:55:13 +0000
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-17 22:55:13 +0000
commit7fe1a201b01e2e5a8fe1b1adef7ed9174bb6a455 (patch)
tree59ed79ce53c0973905a389908e59a12e8786e457 /gcc/config/xtensa
parentc028f70dab486cb9cbdbe26a47939b76c7a50a42 (diff)
downloadgcc-7fe1a201b01e2e5a8fe1b1adef7ed9174bb6a455.tar.gz
* config/xtensa/xtensa.md (entry): Do not emit .frame directive.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/xtensa')
-rw-r--r--gcc/config/xtensa/xtensa.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config/xtensa/xtensa.md b/gcc/config/xtensa/xtensa.md
index b08f6cbcf1c..487d8164760 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")])