diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-10 03:47:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-10 03:47:41 +0000 |
commit | a7dd20e8396ab9dd76ea22e0aed0bcda42b9bc54 (patch) | |
tree | 044164718a3312a4142cd066d2118d8644a6b9d6 | |
parent | 4da0f856e26e24666255991a036aa1f42db4c551 (diff) | |
download | gdb-a7dd20e8396ab9dd76ea22e0aed0bcda42b9bc54.zip gdb-a7dd20e8396ab9dd76ea22e0aed0bcda42b9bc54.tar.gz gdb-a7dd20e8396ab9dd76ea22e0aed0bcda42b9bc54.tar.bz2 |
* app.c (do_scrub_chars): At the end of a C comment, pass space to
UNGET rather than PUT. Set old_state before setting state to -2.
PR 11229.
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4b5865e..5ac4911 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,9 @@ Mon Dec 9 16:48:20 1996 Jeffrey A Law (law@cygnus.com) Mon Dec 9 17:09:42 1996 Ian Lance Taylor <ian@cygnus.com> + * app.c (do_scrub_chars): At the end of a C comment, pass space to + UNGET rather than PUT. Set old_state before setting state to -2. + * config/tc-mips.c (mips16_extended_frag): Avoid an infinite loop when extending because the value is exactly maxtiny + 1. |