Skip to content

Commit

Permalink
README: Add known issues to the README
Browse files Browse the repository at this point in the history
 2016-08-17   Mark Hatle <[email protected]>
       * README: Update to include a few known issues

Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
Mark Hatle committed Aug 18, 2016
1 parent e09997c commit ef20628
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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

Expand Down
18 changes: 18 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ef20628

Please sign in to comment.