* read.c (TC_START_LABEL): Add a new argument.
[deliverable/binutils-gdb.git] / gas / config / tc-d30v.h
index e63ef41083214540f5cb9597e3bb7cc0e41ee407..da7326f6dd245ab0668a223c5f485f47b277618f 100644 (file)
@@ -48,7 +48,7 @@ extern long md_pcrel_from_section (struct fix *, segT);
 int d30v_cleanup (int);
 #define md_after_pass_hook()        d30v_cleanup (FALSE)
 #define md_cleanup()                d30v_cleanup (FALSE)
-#define TC_START_LABEL(ch, ptr)      (ch == ':' && d30v_cleanup (FALSE))
+#define TC_START_LABEL(ch, s, ptr)      (ch == ':' && d30v_cleanup (FALSE))
 void d30v_start_line (void);
 #define md_start_line_hook()        d30v_start_line ()
 
This page took 0.022496 seconds and 4 git commands to generate.