diff options
author | Richard Henderson <rth@redhat.com> | 1998-02-12 00:27:08 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-02-12 00:27:08 +0000 |
commit | a699db2270f5a741eb9a7281419d42c0357957ba (patch) | |
tree | f3f035c0f08ac5367360243498ba5fe78dd37a3d /gas | |
parent | 95effc2b253610365853d93c7b797b801e326f3d (diff) | |
download | gdb-a699db2270f5a741eb9a7281419d42c0357957ba.zip gdb-a699db2270f5a741eb9a7281419d42c0357957ba.tar.gz gdb-a699db2270f5a741eb9a7281419d42c0357957ba.tar.bz2 |
* read.c (s_fill): Handle non-constant repeat counts by creating
an rs_space fragment.
PR 14940
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 ade2fbc..8b2e4e6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 11 16:28:13 1998 Richard Henderson <rth@cygnus.com> + + * read.c (s_fill): Handle non-constant repeat counts by creating + an rs_space fragment. + start-sanitize-m32rx Wed Feb 11 10:32:28 1998 Nick Clifton <nickc@cygnus.com> @@ -5,6 +10,7 @@ Wed Feb 11 10:32:28 1998 Nick Clifton <nickc@cygnus.com> descriptions of --warn-explicit-parallel-conflicts. * doc/as.texinfo: Add more m32rx command line options. + end-sanitize-m32rx Tue Feb 10 18:31:31 1998 Ian Lance Taylor <ian@cygnus.com> |