aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-vax.c2
-rw-r--r--gas/config/tc-vax.h2
2 files changed, 1 insertions, 3 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;
diff --git a/gas/config/tc-vax.h b/gas/config/tc-vax.h
index 10294c9..852e80c 100644
--- a/gas/config/tc-vax.h
+++ b/gas/config/tc-vax.h
@@ -47,8 +47,6 @@
#define md_operand(x)
-long md_chars_to_number PARAMS ((unsigned char *, int));
-
extern const struct relax_type md_relax_table[];
#define TC_GENERIC_RELAX_TABLE md_relax_table