* config/tc-tic4x.c (tic4x_operands_parse): Make static.

This commit is contained in:
Alan Modra 2008-08-14 14:54:40 +00:00
parent 899d85bead
commit 4e96a12e09
2 changed files with 5 additions and 1 deletions

View 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.

View 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)