diff options
author | Alan Modra <amodra@gmail.com> | 2003-07-15 01:33:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-07-15 01:33:54 +0000 |
commit | e85ca5bb794d1fc2b3e94ff443a88683cc630822 (patch) | |
tree | e9a91e3610412b8110fb4714a72d9e6fd82d46e4 /gas/ChangeLog | |
parent | 1df8af7012779780a06879f3e836a66c1189f7f8 (diff) | |
download | gdb-e85ca5bb794d1fc2b3e94ff443a88683cc630822.zip gdb-e85ca5bb794d1fc2b3e94ff443a88683cc630822.tar.gz gdb-e85ca5bb794d1fc2b3e94ff443a88683cc630822.tar.bz2 |
* frags.c (frag_more): Move segment checks to..
(frag_alloc_check): ..here. New function.
(frag_append_1_char): Call frag_alloc_check.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a85ec0c..62e0987 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-07-15 Alan Modra <amodra@bigpond.net.au> + + * frags.c (frag_more): Move segment checks to.. + (frag_alloc_check): ..here. New function. + (frag_append_1_char): Call frag_alloc_check. + 2003-07-14 Nick Clifton <nickc@redhat.com> * po/tr.po: Update with latest version. @@ -216,7 +222,7 @@ (relax_and_size_all_segments): Likewise. (relax_frag): Likewise. (relax_segment): Likewise. - + 2003-06-23 Mark Mitchell <mark@codesourcery.com> * config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots. @@ -258,7 +264,7 @@ (get_operand): For CLASS_IR remember register size in mode struct. (get_specific): Handle new CLASS_IRO type. Add register size checks for CLASS_IR and CLASS_IRO. - (md_apply_fix3): Fix undefined usage of buf. + (md_apply_fix3): Fix undefined usage of buf. 2003-06-19 Alan Modra <amodra@bigpond.net.au> |