diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-15 22:12:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-15 22:12:10 +0000 |
commit | fde6018a9361279a71d479896e31b339b35228c3 (patch) | |
tree | f12bebbc27cdc91be3c072579c36d79e50a90a21 /gas | |
parent | f727efb55dd1bcb4fff85b16251e2281e605d0c3 (diff) | |
download | gdb-fde6018a9361279a71d479896e31b339b35228c3.zip gdb-fde6018a9361279a71d479896e31b339b35228c3.tar.gz gdb-fde6018a9361279a71d479896e31b339b35228c3.tar.bz2 |
* app.c (do_scrub_chars): If whitespace is seen in state 11, and
LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI
mode, change the state to 3 rather than 1.
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 9addc20..8c2a50b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 15 17:10:43 1996 Ian Lance Taylor <ian@cygnus.com> + + * app.c (do_scrub_chars): If whitespace is seen in state 11, and + LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI + mode, change the state to 3 rather than 1. + Thu Mar 14 18:18:25 1996 Ian Lance Taylor <ian@cygnus.com> * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, to |