* config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
of bfd_section_list... macros.
Um, this is still broken. sec->next is trashed by HJ's
bfd_section_list_remove.
* config/tc-mmix.c (mmix_frob_file): Likewise.
And this isn't ideal. No need to traverse the list.
* config/tc-xtensa.c (xtensa_remove_section): Likewise.
Same here.
(xtensa_insert_section): Likewise.
And this is still broken. You aren't having a good day. :)
I was in the middle of testing fixes for all these, plus some others in
bfd/. Expect a commit sometime soon after I rerun the tests. (My first
bash at fixing them wasn't too hot either..)