[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/30569] MIPS16 function stub assertion fail for mipsel_24kc
From: |
amodra at gmail dot com |
Subject: |
[Bug binutils/30569] MIPS16 function stub assertion fail for mipsel_24kc_24kf |
Date: |
Thu, 28 Mar 2024 12:51:00 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30569
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
Last reconfirmed| |2024-03-28
--- Comment #3 from Alan Modra <amodra at gmail dot com> ---
The line for the assertion failure doesn't match up with 2.40 sources.. Is the
assertion this one?
BFD_ASSERT (hmips->need_fn_stub);
If so, it seems likely to me that a symbol with fn_stub non-null has become
dynamic after being processed by mips_elf_check_symbols, possibly due to the
linker being invoked with one of the --export-dynamic options.
--
You are receiving this mail because:
You are on the CC list for the bug.