* read.c (TC_START_LABEL): Add a new argument.
[deliverable/binutils-gdb.git] / gas / config / tc-mep.h
index dd5118c3d3c0c4eb712f00b79e355a7a88f5e3ef..59f83b054317486b2f95fb7978187aa03564c46d 100644 (file)
@@ -97,7 +97,7 @@ extern void mep_prepare_relax_scan (fragS *, offsetT *, relax_substateT);
 #define VTEXT_SECTION_NAME ".vtext"
 
 /* Needed to process pending instructions when a label is encountered.  */
-#define TC_START_LABEL(ch, ptr)    ((ch == ':') && mep_flush_pending_output ())
+#define TC_START_LABEL(ch, s, ptr)    ((ch == ':') && mep_flush_pending_output ())
 
 #define tc_unrecognized_line(c) mep_unrecognized_line (c)
 extern int mep_unrecognized_line (int);
This page took 0.024099 seconds and 4 git commands to generate.