* read.c (TC_START_LABEL): Add a new argument.
[deliverable/binutils-gdb.git] / gas / read.c
index 40bb11b9d43e122a8cd36a5e886bd3f94ce04613..d3df99c78c15fafdd6e3551102b49120184c1e3b 100644 (file)
@@ -42,7 +42,7 @@
 #include "dw2gencfi.h"
 
 #ifndef TC_START_LABEL
-#define TC_START_LABEL(x,y) (x == ':')
+#define TC_START_LABEL(x,y,z) (x == ':')
 #endif
 
 /* Set by the object-format or the target.  */
@@ -760,7 +760,7 @@ read_a_source_file (char *name)
                 S points to the beginning of the symbol.
                   [In case of pseudo-op, s->'.'.]
                 Input_line_pointer->'\0' where c was.  */
-             if (TC_START_LABEL (c, input_line_pointer))
+             if (TC_START_LABEL (c, s, input_line_pointer))
                {
                  if (flag_m68k_mri)
                    {
This page took 0.036331 seconds and 4 git commands to generate.