https://sourceware.org/bugzilla/show_bug.cgi?id=24709

--- Comment #3 from Christophe Lyon <clyon at gcc dot gnu.org> ---

> The failing assertion is in elf32_arm_get_stub_entry:
>   BFD_ASSERT (input_section->id <= htab->top_id);
> in this case we have htab->top_id==478 and input_section_id==509
> (input_section is .gnu.sgstubs.__stub)
> 

The problem here is that when elf32_arm_setup_section_lists() allocates the
stub_group, the CMSE stub has not been created yet, and is not part of the
input_bfds, so it's not taken into account.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to