diff options
author | Nick Clifton <nickc@redhat.com> | 2005-08-18 09:26:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-08-18 09:26:16 +0000 |
commit | 4111faa5792ba8a46e62b64f44ecda09a1e9c9a1 (patch) | |
tree | 41a19876c63627dc5b5db1c5a622dfffcab4dca6 /gas/ChangeLog | |
parent | 48733062ff1b494f5a6a40dbb318abe587eb5444 (diff) | |
download | gdb-4111faa5792ba8a46e62b64f44ecda09a1e9c9a1.zip gdb-4111faa5792ba8a46e62b64f44ecda09a1e9c9a1.tar.gz gdb-4111faa5792ba8a46e62b64f44ecda09a1e9c9a1.tar.bz2 |
(relax_segment): Count the number of frags being processed and use this to
compute a maximum limit on the number of iterations that will be allowed when
attempting to relax the segment.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 985e15e..5b07657 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-08-18 Nick Clifton <nickc@redhat.com> + + * write.c (relax_segment): Count the number of frags being + processed and use this to compute a maximum limit on the number of + iterations that will be allowed when attempting to relax the + segment. + 2005-08-17 Danny Smith <dannysmith@users.sourceforge.net> * config/obj-coff.c (obj_coff_weak): Set auxiliary record |