diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2006-03-18 11:06:47 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2006-03-18 11:06:47 +0000 |
commit | a49fcc17bf2156844b170da8f671bc225efcf45a (patch) | |
tree | ffd6026a9aaace9f471c1e463579d21bf8410bc6 /gas/config/tc-vax.c | |
parent | bfdaf66cf944c2b2225a6a69c0e7a166627fce5d (diff) | |
download | gdb-a49fcc17bf2156844b170da8f671bc225efcf45a.zip gdb-a49fcc17bf2156844b170da8f671bc225efcf45a.tar.gz 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.c | 2 |
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; |