From 64251de5160ba405390422985f74154ad4b06e5c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 1 Apr 1997 16:29:10 +0000 Subject: [PATCH] Make # a line comment character --- gas/ChangeLog | 13 +++++++++++++ gas/config/tc-tic80.c | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 7c282d7..b553231 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +start-sanitize-tic80 +Tue Apr 1 11:25:56 1997 Michael Meissner + + * config/tc-tic80.c (line_comment_char): Make '#' start comments + at the beginning of a line for compatibility with .S files where + cpp leaves the filename transitions beginning with '#'. + +end-sanitize-tic80 +Tue Apr 1 00:07:30 1997 Ian Lance Taylor + + * config/tc-m68k.c: Only compile tc_coff_symbol_emit_hook and + tc_coff_sizemachdep if OBJ_COFF. + Mon Mar 31 23:53:44 1997 H.J. Lu * config/tc-ppc.c (register_name): Declare. diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index bb7b527..9430512 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -33,7 +33,7 @@ const char comment_chars[] = ";"; /* Characters which start a comment at the beginning of a line. */ -const char line_comment_chars[] = ";*"; +const char line_comment_chars[] = ";*#"; /* Characters which may be used to separate multiple commands on a single line. The semicolon is such a character by default and should not be -- 2.7.4