aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 910a8e31926938ad58402a772852661f99829a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Please contact <mark.hatle@windriver.com> if you have a question about this
version.  The original author is not responsible for the modified version!

Compilation
-----------

In order to build this, you will need to regenerate the autotools files:
autoreconf -if

Patch submission
----------------

When submitting patches to the cross-prelink project, please do the
following:

To: mark.hatle@windriver.com
Cc: yocto@yoctoproject.org

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
https://sourceware.org/bugzilla/show_bug.cgi?id=20488

ARM & PPC: both are currently failing the reloc8 and reloc9 tests.  The
issue has been traced down to the latest binutils being unable to link with
'-Wl,-z,nocopyreloc'.  This problem is not related to prelink, as the binaries
fail before being prelinked.  See:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=10168