Commit 810f736f by Chung-Ju Wu Committed by Chung-Ju Wu

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
parent c6892732
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> 2014-02-13 Jakub Jelinek <jakub@redhat.com>
PR debug/60152 PR debug/60152
......
...@@ -1445,7 +1445,8 @@ nds32_needs_double_word_align (enum machine_mode mode, const_tree type) ...@@ -1445,7 +1445,8 @@ nds32_needs_double_word_align (enum machine_mode mode, const_tree type)
} }
/* Return true if FUNC is a naked function. */ /* 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; tree t;
......
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