Commit c986683b by Steven Bosscher

arm.md (prologue_use): Set length of fake insn to 0.

	* config/arm/arm.md (prologue_use): Set length of fake insn to 0.

From-SVN: r148813
parent 5c6927bd
2009-06-22 Steven Bosscher <steven@gcc.gnu.org>
* config/arm/arm.md (prologue_use): Set length of fake insn to 0.
2009-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/invoke.texi (Link Options): -nodefaultlibs and -nostdlib
......
......@@ -11023,6 +11023,7 @@
[(unspec:SI [(match_operand:SI 0 "register_operand" "")] UNSPEC_PROLOGUE_USE)]
""
"%@ %0 needed for prologue"
[(set_attr "length" "0")]
)
......
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