In the original ARM IFUNC support, it appears a small chunk of code in the
arm_prelink_conflict_rela function was missed. This commit adds the missing
code from the original work.
See: https://bugzilla.redhat.com/show_bug.cgi?id=1009601
2015-10-29 Mark Hatle <[email protected]>
Kyle McMartin <[email protected]>
Jakub Jelinek <[email protected]>
Julian Brown <[email protected]>
* testsuite/ifunc.h: Fix missing #
* src/arch-arm.c (arm_prelink_conflict_rela): Add missing hunk
that implemented R_ARM_IRELATIVE, and ifunc conflicts.
See: https://bugzilla.redhat.com/show_bug.cgi?id=1009601
Signed-off-by: Mark Hatle <[email protected]>