aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic4x.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-08-14 14:54:40 +0000
committerAlan Modra <amodra@gmail.com>2008-08-14 14:54:40 +0000
commit4e96a12e094223793435f3b27e99649a3dc26f70 (patch)
tree29607c158056f7a98fbf6b5765278608c5de3b2f /gas/config/tc-tic4x.c
parent899d85beadd08b604d95d700c80f8270964dd449 (diff)
downloadgdb-4e96a12e094223793435f3b27e99649a3dc26f70.zip
gdb-4e96a12e094223793435f3b27e99649a3dc26f70.tar.gz
gdb-4e96a12e094223793435f3b27e99649a3dc26f70.tar.bz2
* config/tc-tic4x.c (tic4x_operands_parse): Make static.
Diffstat (limited to 'gas/config/tc-tic4x.c')
-rw-r--r--gas/config/tc-tic4x.c2
1 files changed, 1 insertions, 1 deletions
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)