extend.texi: Remove IP2K from the description of naked attribute.

* doc/extend.texi: Remove IP2K from the description of naked
	attribute.  Add MCORE instead.

From-SVN: r162449
This commit is contained in:
Jie Zhang 2010-07-23 09:31:36 +00:00 committed by Jie Zhang
parent 2994ee1470
commit ed3100b2ed
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-07-23 Jie Zhang <jie@codesourcery.com>
* doc/extend.texi: Remove IP2K from the description of naked
attribute. Add MCORE instead.
2010-07-10 Andi Kleen <ak@linux.intel.com>
PR lto/44992

View File

@ -2743,7 +2743,7 @@ and newer.
@item naked
@cindex function without a prologue/epilogue code
Use this attribute on the ARM, AVR, IP2K, RX and SPU ports to indicate that
Use this attribute on the ARM, AVR, MCORE, RX and SPU ports to indicate that
the specified function does not need prologue/epilogue sequences generated by
the compiler. It is up to the programmer to provide these sequences. The
only statements that can be safely included in naked functions are