aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-06-21 21:31:24 +0000
committerJeff Law <law@redhat.com>2000-06-21 21:31:24 +0000
commit40f09f82cc8956e5b8ad5c71a4b76828f538b27c (patch)
tree5d8930d42c9b49a9eb384be222356f52952cc439 /gas/config/tc-h8300.c
parent6b2463a3eed0bbd5e592b85e0361431e684b96bd (diff)
downloadbinutils-40f09f82cc8956e5b8ad5c71a4b76828f538b27c.zip
binutils-40f09f82cc8956e5b8ad5c71a4b76828f538b27c.tar.gz
binutils-40f09f82cc8956e5b8ad5c71a4b76828f538b27c.tar.bz2
* config/tc-h8300.c (parse_reg): Make the function static.
(parse_exp): Likewise.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r--gas/config/tc-h8300.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c
index 97a2695..3a94623 100644
--- a/gas/config/tc-h8300.c
+++ b/gas/config/tc-h8300.c
@@ -200,8 +200,8 @@ struct h8_op
ccr
*/
-/* try and parse a reg name, returns number of chars consumed */
-int
+/* Try and parse a reg name, returns number of chars consumed. */
+static int
parse_reg (src, mode, reg, direction)
char *src;
op_type *mode;
@@ -290,7 +290,7 @@ parse_reg (src, mode, reg, direction)
return 0;
}
-char *
+static char *
parse_exp (s, op)
char *s;
expressionS * op;