diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-04-01 16:29:10 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-04-01 16:29:10 +0000 |
commit | 64251de5160ba405390422985f74154ad4b06e5c (patch) | |
tree | d36e44547158478dfdff8d32279898c556a1559e /gas/ChangeLog | |
parent | 991747113e7671c36f6be80d1c167a344700456b (diff) | |
download | gdb-64251de5160ba405390422985f74154ad4b06e5c.zip gdb-64251de5160ba405390422985f74154ad4b06e5c.tar.gz gdb-64251de5160ba405390422985f74154ad4b06e5c.tar.bz2 |
Make # a line comment character
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <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. |