aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-11-22 10:02:27 +0000
committerNick Clifton <nickc@redhat.com>2004-11-22 10:02:27 +0000
commit5519f6ea17e0a28647585aec32739d8ad8f52b12 (patch)
tree781c390a948619bb2c9762f1b4e1ce61c5ccd369
parentef0f43a9d252c7e94b674454953f57c207de1a30 (diff)
downloadgdb-5519f6ea17e0a28647585aec32739d8ad8f52b12.zip
gdb-5519f6ea17e0a28647585aec32739d8ad8f52b12.tar.gz
gdb-5519f6ea17e0a28647585aec32739d8ad8f52b12.tar.bz2
(tic54x_adjust_symtab): Adjust call to c_dot_file_symbol.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-tic54x.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 82d9fb5..a53d39b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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,
diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c
index 87dd6da..d9b850e 100644
--- a/gas/config/tc-tic54x.c
+++ b/gas/config/tc-tic54x.c
@@ -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);
}
}