]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-tic6x.h
gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW
[thirdparty/binutils-gdb.git] / gas / config / tc-tic6x.h
index 2612aab0320811351f78b97b8b41286951c4f361..dc110e890d73b588225fe3e93e82e7e00341e298 100644 (file)
@@ -184,10 +184,10 @@ extern long tic6x_pcrel_from_section (struct fix *fixp, segT sec);
 #define md_start_line_hook() tic6x_start_line_hook ()
 extern void tic6x_start_line_hook (void);
 
-#define TC_CONS_FIX_NEW(frag, where, size, exp)        \
-  tic6x_cons_fix_new (frag, where, size, exp)
-extern void tic6x_cons_fix_new (fragS *frag, int where, int size,
-                               expressionS *exp);
+#define TC_CONS_FIX_NEW(frag, where, size, exp, reloc) \
+  tic6x_cons_fix_new (frag, where, size, exp, reloc)
+extern void tic6x_cons_fix_new (fragS *, int, int, expressionS *,
+                               bfd_reloc_code_real_type);
 
 #define tc_fix_adjustable(FIX) tic6x_fix_adjustable (FIX)
 extern bfd_boolean tic6x_fix_adjustable (struct fix *);