diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-03 16:43:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-03 16:43:45 +0000 |
commit | 42ac8fa83d1a307bb3750a004e09090c45ee41eb (patch) | |
tree | 31e5d94fa4b47a787e8b5218eab1892339ef5785 /gas/ChangeLog | |
parent | e521d840f4acd6ac6935ae3f81c1e938de1c9b11 (diff) | |
download | gdb-42ac8fa83d1a307bb3750a004e09090c45ee41eb.zip gdb-42ac8fa83d1a307bb3750a004e09090c45ee41eb.tar.gz gdb-42ac8fa83d1a307bb3750a004e09090c45ee41eb.tar.bz2 |
* cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,
skip characters after the pseudo-op.
(s_else): Likewise.
* read.c (get_line_sb): Don't look past buffer_limit.
(s_include): In MRI mode, skip characters after the file name.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b65f9a3..844e922 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com> + + * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode, + skip characters after the pseudo-op. + (s_else): Likewise. + * read.c (get_line_sb): Don't look past buffer_limit. + (s_include): In MRI mode, skip characters after the file name. + Mon Oct 2 16:15:27 1995 Ian Lance Taylor <ian@cygnus.com> * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit |