OSDN Git Service

(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 82d9fb5..a53d39b 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 87dd6da..d9b850e 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);
     }
 }