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-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to