* 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 9ad9cbeb0bc2c67f5920de6e4d1a236c32fc4379..a665f638dbe188b32e4aa81e534d4f6d0efa686e 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 398a864b41cc41ffa4623227c1efb16bc9eed876..c373e20565debb5dd166cbb01bfac22e30213b0d 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)
This page took 0.026877 seconds and 4 git commands to generate.