-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Mark Hatle
committed
Oct 30, 2015
1 parent
9f5c82e
commit 927979b
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
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 | ||
|
||
2015-10-29 Mark Hatle <[email protected]> | ||
* prelink.h: Define SHT_MIPS_ABIFLAGS if not set | ||
* prelink.c: OK to skip SHT_MIPS_ABIFLAGS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters