[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/27597] nios: assertion fail elf32-nios2.c:1881
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/27597] nios: assertion fail elf32-nios2.c:1881 |
Date: |
Fri, 16 Feb 2024 06:02:44 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=27597
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at sourceware dot org |amodra at gmail dot com
Last reconfirmed| |2024-02-16
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0 |1
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
A litte bit of source digging says the assertion failure is from the BFD_ASSERT
in nios2_elf32_install_imm16, and since every call except one to that function
masks the value, the assert is rather pointless. The exception is:
nios2_elf32_install_imm16 (splt, h->plt.offset + 8,
0xfff4 - h->plt.offset);
in nios2_elf32_finish_dynamic_symbol, so it seems we have a PLT size overflow.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/27597] nios: assertion fail elf32-nios2.c:1881,
amodra at gmail dot com <=