]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
nds32.c (nds32_naked_function_p): Follow the GNU coding standards.
authorChung-Ju Wu <jasonwucj@gmail.com>
Fri, 14 Feb 2014 04:45:56 +0000 (04:45 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Fri, 14 Feb 2014 04:45:56 +0000 (04:45 +0000)
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

gcc/ChangeLog
gcc/config/nds32/nds32.c

index 5d09f28b10d9974fa30cbd3a47ad374d9a8e77f6..1ef5bb1af37c6d79eda639e85c5bbb33b42b26db 100644 (file)
@@ -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
index 7be3ad2853e82015b8ca82791bac079cb25111c2..7ef21d810d2023ac7aa3b80aecaf7f4271276242 100644 (file)
@@ -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;