-
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.
Merge branch 'cross_prelink_staging' into master_staging
Signed-off-by: Mark Hatle <[email protected]>
- Loading branch information
Showing
3 changed files
with
119 additions
and
0 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,12 @@ | ||
2016-08-17 Mark Hatle <[email protected]> | ||
* README: Update to include a few known issues | ||
|
||
2016-08-17 Mark Hatle <[email protected]> | ||
* src/rtld/dl-open.c: Change to work with older compilers | ||
|
||
2016-06-03 Dave Lerner <[email protected]> | ||
* src/exec.c: New check_reorder_needed, section_reorder_fix functions | ||
|
||
2016-03-22 Mark Hatle <[email protected]> | ||
* src/gather.c, src/get.c: Fix LD_PRELOAD | ||
* Merge with cross_prelink | ||
|
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 |
---|---|---|
|
@@ -19,3 +19,21 @@ Cc: [email protected] | |
Subject: [prelink-cross] .... | ||
|
||
|
||
Known Issues | ||
------------ | ||
|
||
The --preload option does not always work. The preload1 test currently fails. | ||
|
||
quick2 test will fail if you do not have static libc installed. | ||
|
||
IFUNC on glibc. glibc appears to have a bug related to specific IFUNC | ||
ordering. build_local_scope in glibc is processing depth first instead of | ||
breadth-first processing as it should be. The prelink-rtld version works | ||
around this issue. (Prelink-rtld is only available in the cross compile | ||
version.) See: | ||
|
||
https://bugzilla.yoctoproject.org/show_bug.cgi?id=9131 | ||
|
||
ARM & PPC: both are currently failing the reloc8 and reloc9 test | ||
Further investigation is in progress on these items. Until an explanation | ||
is found, you should hold off using this for ARM and PPC. |
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