aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-vax.c
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2006-03-18 11:06:47 +0000
committerJan-Benedict Glaw <jbglaw@lug-owl.de>2006-03-18 11:06:47 +0000
commita49fcc17bf2156844b170da8f671bc225efcf45a (patch)
treeffd6026a9aaace9f471c1e463579d21bf8410bc6 /gas/config/tc-vax.c
parentbfdaf66cf944c2b2225a6a69c0e7a166627fce5d (diff)
downloadfsf-binutils-gdb-a49fcc17bf2156844b170da8f671bc225efcf45a.zip
fsf-binutils-gdb-a49fcc17bf2156844b170da8f671bc225efcf45a.tar.gz
fsf-binutils-gdb-a49fcc17bf2156844b170da8f671bc225efcf45a.tar.bz2
* config/tc-vax.c (md_chars_to_number): Used only locally, so
make it static. * config/tc-vax.h (md_chars_to_number): Remove obsolete declaration.
Diffstat (limited to 'gas/config/tc-vax.c')
-rw-r--r--gas/config/tc-vax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c
index 4112b09..61bee7d 100644
--- a/gas/config/tc-vax.c
+++ b/gas/config/tc-vax.c
@@ -295,7 +295,7 @@ md_apply_fix (fixS *fixP, valueT *valueP, segT seg ATTRIBUTE_UNUSED)
into host byte order.
con is the buffer to convert,
nbytes is the length of the given buffer. */
-long
+static long
md_chars_to_number (unsigned char con[], int nbytes)
{
long retval;