aboutsummaryrefslogtreecommitdiff
path: root/gas
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
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')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-tic4x.c2
2 files changed, 5 insertions, 1 deletions
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 <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.
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)