gas: Pass max_bytes to TC_FRAG_INIT
[binutils-gdb.git] / gas / config / tc-rl78.h
index 738484b69c3359c181ec2931f8a7658369730c1a..315bd7e7d367a6e05db81e56c0f7e3192481aebe 100644 (file)
@@ -53,7 +53,7 @@ extern void rl78_md_end (void);
 extern int rl78_relax_frag (segT, fragS *, long);
 
 #define TC_FRAG_TYPE struct rl78_bytesT *
-#define TC_FRAG_INIT rl78_frag_init
+#define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp)
 extern void rl78_frag_init (fragS *);
 
 /* Call md_pcrel_from_section(), not md_pcrel_from().  */