From: Alan Modra Date: Thu, 14 Aug 2008 14:54:40 +0000 (+0000) Subject: * config/tc-tic4x.c (tic4x_operands_parse): Make static. X-Git-Tag: binutils-2_19-branchpoint~226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e96a12e094223793435f3b27e99649a3dc26f70;p=platform%2Fupstream%2Fbinutils.git * config/tc-tic4x.c (tic4x_operands_parse): Make static. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 9ad9cbe..a665f63 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-08-14 Alan Modra + + * config/tc-tic4x.c (tic4x_operands_parse): Make static. + 2008-08-13 Ben Elliston * doc/as.texinfo (Align): Document the PowerPC behaviour. diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index 398a864..c373e20 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -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)