diff options
author | Alan Modra <amodra@gmail.com> | 2005-05-03 17:08:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-05-03 17:08:43 +0000 |
commit | 698527983f3f2375a4e49264fef52dafe3ece00c (patch) | |
tree | f5f9d696ba01bcfc9ccdaf83ec15d23d7e543042 /gas/ChangeLog | |
parent | 04dd1667401316be04feb97696399d0728b63bf6 (diff) | |
download | gdb-698527983f3f2375a4e49264fef52dafe3ece00c.zip gdb-698527983f3f2375a4e49264fef52dafe3ece00c.tar.gz gdb-698527983f3f2375a4e49264fef52dafe3ece00c.tar.bz2 |
* config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
list traversal. Use bfd_section_list_prepend.
* config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
over the section list.
* config/tc-xtensa.c (xtensa_remove_section): Delete.
(xtensa_insert_section): Delete.
(xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
and bfd_section_list_prepend.
(xtensa_reorder_seg_list): Use bfd_section_list_remove and
bfd_section_list_insert_after.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 34d5c11..3210d11 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2005-05-04 Alan Modra <amodra@bigpond.net.au> + + * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section + list traversal. Use bfd_section_list_prepend. + * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate + over the section list. + * config/tc-xtensa.c (xtensa_remove_section): Delete. + (xtensa_insert_section): Delete. + (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove + and bfd_section_list_prepend. + (xtensa_reorder_seg_list): Use bfd_section_list_remove and + bfd_section_list_insert_after. + 2005-05-03 Nick Clifton <nickc@redhat.com> * config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations |