* ChangeLog: Fix whitespace.¸

From-SVN: r199789
This commit is contained in:
Uros Bizjak 2013-06-07 08:41:20 +02:00
parent acd17ae6c8
commit 56aefbf705
1 changed files with 2 additions and 4 deletions

View File

@ -2006,10 +2006,8 @@
* config/rl78/rl78.c (rl78_attribute_table): Add naked. * config/rl78/rl78.c (rl78_attribute_table): Add naked.
(rl78_is_naked_func): New function. (rl78_is_naked_func): New function.
(rl78_expand_prologue): Skip prologue generation for naked (rl78_expand_prologue): Skip prologue generation for naked functions.
functions. (rl78_expand_epilogue): Skip epilogue generation for naked functions.
(rl78_expand_epilogue): Skip epilogue generation for naked
functions.
* doc/extend.texi (naked): Add RL78 to the list of processors * doc/extend.texi (naked): Add RL78 to the list of processors
that supports this attribute. that supports this attribute.