diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-05 19:02:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-05 19:02:20 +0000 |
commit | 367fc8358a408fb55883479997ba96d125b29f7b (patch) | |
tree | fd9b28df0232984196a80a68587881e8ff6f7612 /gas | |
parent | cbcf557273a59375645695d3ca605552e83874d6 (diff) | |
download | gdb-367fc8358a408fb55883479997ba96d125b29f7b.zip gdb-367fc8358a408fb55883479997ba96d125b29f7b.tar.gz gdb-367fc8358a408fb55883479997ba96d125b29f7b.tar.bz2 |
* app.c (do_scrub_next_char): Handle states 9 and 10 correctly
when dealing with characters of type LEX_IS_TWOCHAR_COMMENT_1ST,
LEX_IS_STRINGQUOTE, and LEX_IS_ONECHAR_QUOTE.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2fe437b..0ae586d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Mon Apr 5 09:41:58 1993 Ian Lance Taylor (ian@cygnus.com) + + * app.c (do_scrub_next_char): Handle states 9 and 10 correctly + when dealing with characters of type LEX_IS_TWOCHAR_COMMENT_1ST, + LEX_IS_STRINGQUOTE, and LEX_IS_ONECHAR_QUOTE. + + * config/te-irix.h: New file; irix needs a different LOCAL_LABEL + definition from other MIPS targets. + * configure.in (mips-*-irix): Use emulation irix. + Sun Apr 4 15:21:09 1993 Steve Chamberlain (sac@thepub.cygnus.com) * config/tc-h8500.c: Get relax size of branch instructions right, |