(tic54x_adjust_symtab): Adjust call to c_dot_file_symbol.
authorNick Clifton <nickc@redhat.com>
Mon, 22 Nov 2004 10:02:27 +0000 (10:02 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 22 Nov 2004 10:02:27 +0000 (10:02 +0000)
gas/ChangeLog
gas/config/tc-tic54x.c

index 82d9fb54d438e21f27e16d9d98d66f5c773cb389..a53d39bb75ad77971ec75d93e53bd10ec1fee0bd 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-22  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
+       c_dot_file_symbol.
+
 2004-11-19  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
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.028102 seconds and 4 git commands to generate.