From: Chung-Ju Wu Date: Fri, 14 Feb 2014 04:45:56 +0000 (+0000) Subject: nds32.c (nds32_naked_function_p): Follow the GNU coding standards. X-Git-Tag: releases/gcc-4.9.0~922 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=810f736f0c2e62155439c9cba724936cd66d1bf6;p=thirdparty%2Fgcc.git nds32.c (nds32_naked_function_p): Follow the GNU coding standards. 2014-02-14 Chung-Ju Wu * config/nds32/nds32.c (nds32_naked_function_p): Follow the GNU coding standards. From-SVN: r207774 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d09f28b10d9..1ef5bb1af37c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-02-14 Chung-Ju Wu + + * config/nds32/nds32.c (nds32_naked_function_p): Follow the + GNU coding standards. + 2014-02-13 Jakub Jelinek PR debug/60152 diff --git a/gcc/config/nds32/nds32.c b/gcc/config/nds32/nds32.c index 7be3ad2853e8..7ef21d810d20 100644 --- a/gcc/config/nds32/nds32.c +++ b/gcc/config/nds32/nds32.c @@ -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;