(tic54x_adjust_symtab): Adjust call to c_dot_file_symbol.
[deliverable/binutils-gdb.git] / gas / config / tc-tic54x.c
index 87dd6daf11b23c5baa1e7d4c07cf93ccaf355d29..d9b850eef117fddd957b305536bd4de06b006164 100644 (file)
@@ -5379,7 +5379,7 @@ tic54x_adjust_symtab ()
       char *filename;
       unsigned lineno;
       as_where (&filename, &lineno);
-      c_dot_file_symbol (filename);
+      c_dot_file_symbol (filename, 0);
     }
 }
 
This page took 0.02435 seconds and 4 git commands to generate.