OSDN Git Service

* config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
authorAlan Modra <amodra@bigpond.net.au>
Tue, 3 May 2005 17:08:43 +0000 (17:08 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Tue, 3 May 2005 17:08:43 +0000 (17:08 +0000)
commite8f89eb2f12fa0d08f021cb9096a0ac6f8ada3a6
tree16028bf5b5516db704c44809cc5834b4f18face4
parent3767014261d509426ee246922a8210b86c3520ef
* 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.
gas/ChangeLog
gas/config/obj-ecoff.c
gas/config/tc-mmix.c
gas/config/tc-xtensa.c