aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-vax.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-vax.h')
-rw-r--r--gas/config/tc-vax.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/tc-vax.h b/gas/config/tc-vax.h
index b242fe0..cc94bb2 100644
--- a/gas/config/tc-vax.h
+++ b/gas/config/tc-vax.h
@@ -49,8 +49,9 @@
#ifdef OBJ_ELF
#define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) vax_cons (EXP, NBYTES)
#define TC_CONS_FIX_NEW vax_cons_fix_new
-void vax_cons (expressionS *, int);
-void vax_cons_fix_new (struct frag *, int, unsigned int, struct expressionS *);
+bfd_reloc_code_real_type vax_cons (expressionS *, int);
+void vax_cons_fix_new (struct frag *, int, unsigned int, struct expressionS *,
+ bfd_reloc_code_real_type);
#endif
extern const struct relax_type md_relax_table[];