diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-21 17:21:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-21 17:21:09 +0000 |
commit | 830ce6319a8fed54013413cce741a0bc079f12d0 (patch) | |
tree | 0b410d035d613ac0978b664d4420acd1687c3b2e /gas | |
parent | fee3e248a6a8236bc9110e5dc83f8f4e88e247d3 (diff) | |
download | gdb-830ce6319a8fed54013413cce741a0bc079f12d0.zip gdb-830ce6319a8fed54013413cce741a0bc079f12d0.tar.gz gdb-830ce6319a8fed54013413cce741a0bc079f12d0.tar.bz2 |
* app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define.
(do_scrub_begin): Don't set lex['*'].
(do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for
a literal '*'.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a86db4d..08c512f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ Fri Feb 21 11:55:03 1997 Ian Lance Taylor <ian@cygnus.com> + * app.c (LEX_IS_TWOCHAR_COMMENT_2ND): Don't define. + (do_scrub_begin): Don't set lex['*']. + (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't + check for LEX_IS_TWOCHAR_COMMENT_2ND. Instead, just check for + a literal '*'. + * configure.in: Set em=svr4 for m68k-*-sysv4*. * configure: Rebuild. * config/te-svr4.h: New file. |