diff options
author | Jie Zhang <jie@codesourcery.com> | 2010-07-23 09:31:36 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2010-07-23 09:31:36 +0000 |
commit | ed3100b2ed8224bafd294f7c56390daed9bbc2bd (patch) | |
tree | bbef37f1a16db3ca8a15f794e519da2e968c0264 /gcc | |
parent | 2994ee14701b771512abbd318a26062f54d9ba27 (diff) | |
download | gcc-ed3100b2ed8224bafd294f7c56390daed9bbc2bd.zip gcc-ed3100b2ed8224bafd294f7c56390daed9bbc2bd.tar.gz gcc-ed3100b2ed8224bafd294f7c56390daed9bbc2bd.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30d3516..f1a7c0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b9b4a44..508c476 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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 |