diff options
author | Nick Clifton <nickc@redhat.com> | 1997-08-21 17:59:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-08-21 17:59:47 +0000 |
commit | 346c75cd4ad3580e078f1c1536af132d42c227b9 (patch) | |
tree | 4f09623b6f816904e9dd40c588bd1614e3bc5390 /gas | |
parent | 19f40fdca700ce423b3c87b229809576922d7937 (diff) | |
download | gdb-346c75cd4ad3580e078f1c1536af132d42c227b9.zip gdb-346c75cd4ad3580e078f1c1536af132d42c227b9.tar.gz gdb-346c75cd4ad3580e078f1c1536af132d42c227b9.tar.bz2 |
Add support for parsing a double dash as the start of a comment that extends to the end of the line.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f17df67..790f039 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 21 11:00:36 1997 Nick Clifton <nickc@cygnus.com> + + * app.c (do_scrub_chars): Support a double dash as starting a + comment that extends to end of line. + start-sanitize-v850 Thu Aug 21 10:54:27 1997 Nick Clifton <nickc@cygnus.com> |