nds32.c (nds32_naked_function_p): Follow the GNU coding standards.
2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com> * config/nds32/nds32.c (nds32_naked_function_p): Follow the GNU coding standards. From-SVN: r207774
This commit is contained in:
parent
c689273266
commit
810f736f0c
@ -1,3 +1,8 @@
|
||||
2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
|
||||
|
||||
* config/nds32/nds32.c (nds32_naked_function_p): Follow the
|
||||
GNU coding standards.
|
||||
|
||||
2014-02-13 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/60152
|
||||
|
@ -1445,7 +1445,8 @@ nds32_needs_double_word_align (enum machine_mode mode, const_tree type)
|
||||
}
|
||||
|
||||
/* Return true if FUNC is a naked function. */
|
||||
static bool nds32_naked_function_p (tree func)
|
||||
static bool
|
||||
nds32_naked_function_p (tree func)
|
||||
{
|
||||
tree t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user