From 4e96a12e094223793435f3b27e99649a3dc26f70 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 14 Aug 2008 14:54:40 +0000 Subject: [PATCH] * config/tc-tic4x.c (tic4x_operands_parse): Make static. --- gas/ChangeLog | 4 ++++ gas/config/tc-tic4x.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.7.4