* config/tc-tic4x.c (tic4x_operands_parse): Make static.
authorAlan Modra <amodra@gmail.com>
Thu, 14 Aug 2008 14:54:40 +0000 (14:54 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 14 Aug 2008 14:54:40 +0000 (14:54 +0000)
gas/ChangeLog
gas/config/tc-tic4x.c

index 9ad9cbe..a665f63 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-tic4x.c (tic4x_operands_parse): Make static.
+
 2008-08-13  Ben Elliston  <bje@au.ibm.com>
 
        * doc/as.texinfo (Align): Document the PowerPC behaviour.
index 398a864..c373e20 100644 (file)
@@ -2397,7 +2397,7 @@ tic4x_insn_output (tic4x_insn_t *insn)
 }
 
 /* Parse the operands.  */
-int 
+static int 
 tic4x_operands_parse (char *s, tic4x_operand_t *operands, int num_operands)
 {
   if (!*s)