[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/19368] [2.26/2.27 regression] IFUNC support not working on arm-l
From: |
jiwang at gcc dot gnu.org |
Subject: |
[Bug ld/19368] [2.26/2.27 regression] IFUNC support not working on arm-linux-gnueabi* |
Date: |
Tue, 05 Jan 2016 15:01:54 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19368
Jiong Wang <jiwang at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |ASSIGNED
--- Comment #6 from Jiong Wang <jiwang at gcc dot gnu.org> ---
Fix proposed at https://sourceware.org/ml/binutils/2016-01/msg00009.html
It turns out that ARM IFUNC implementaion is following PowerPC approach and we
are missing the relocation type class for ARM_IRELATIVE.
After add the mapping, the generic code should sort IRELATIVE to the last of
.rel.dyn, and I can confirm the failure gone aways after the fix.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug ld/19368] [2.26/2.27 regression] IFUNC support not working on arm-linux-gnueabi*,
jiwang at gcc dot gnu.org <=