Ian Lance Taylor <ian@airs.com> writes: > If there is a group, you could change obj_elf_change_section() to look > through the sections using bfd_get_section_by_name(). Sorry, I meant to say bfd_map_over_sections() here. Naturally bfd_get_section_by_name() won't work. Ian