Make # a line comment character
authorMichael Meissner <gnu@the-meissners.org>
Tue, 1 Apr 1997 16:29:10 +0000 (16:29 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Tue, 1 Apr 1997 16:29:10 +0000 (16:29 +0000)
gas/ChangeLog
gas/config/tc-tic80.c

index 7c282d7fb6c31793886576e5c5259fc521bf8614..b5532315b17e60474ee88ce9fb4e4420916b0419 100644 (file)
@@ -1,3 +1,16 @@
+start-sanitize-tic80
+Tue Apr  1 11:25:56 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * 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  <ian@cygnus.com>
+
+       * 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  <hjl@gnu.ai.mit.edu>
 
        * config/tc-ppc.c (register_name): Declare.
index bb7b527c03dd59fa8ea97b2c530f65052108850e..9430512f0e7b930e6cd9cc05633f1c9a702e1519 100644 (file)
@@ -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