diff options
author | DJ Delorie <dj@redhat.com> | 2010-07-02 20:24:23 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-07-02 20:24:23 +0000 |
commit | 44a808b1a4654298565c602cb7847ec34e0f722a (patch) | |
tree | 80163339e91297234f5bdff83d434eede1d37a28 /gas/ChangeLog | |
parent | 38b6c3b38d9189bc02b88cb3abe6c3e6216b33ff (diff) | |
download | gdb-44a808b1a4654298565c602cb7847ec34e0f722a.zip gdb-44a808b1a4654298565c602cb7847ec34e0f722a.tar.gz gdb-44a808b1a4654298565c602cb7847ec34e0f722a.tar.bz2 |
* config/tc-rx.c (rx_bytesT): Add grown/shrank counters for
relaxation.
(rx_relax_frag): Prevent infinite loops of grow/shrink/grow/etc.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ef3ac8b..47708c7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2010-07-02 DJ Delorie <dj@redhat.com> + + * config/tc-rx.c (rx_bytesT): Add grown/shrank counters for + relaxation. + (rx_relax_frag): Prevent infinite loops of grow/shrink/grow/etc. + 2010-07-01 H.J. Lu <hongjiu.lu@intel.com> AVX Programming Reference (June, 2010) |