[OE-core] [PATCH 1/1] Uprev to latest version of prelink_git, fixing TLS issues

2011-09-13 Thread Mark Hatle
[YOCTO #1473] From the upstream cross prelink respository: Fix printf typecast problem Without this fix the printed TLS(...) information is incorrect, which causes the core prelinker code to incorrectly prelink. This bug triggers primarily on x86 (32-bit) hosts, targeting x86

Re: [OE-core] [PATCH 1/1] Uprev to latest version of prelink_git, fixing TLS issues

2011-09-13 Thread Mark Hatle
Just an FYI if anyone is curious, the actual fix is: --- a/trunk/src/rtld/rtld.c +++ b/trunk/src/rtld/rtld.c @@ -1120,7 +1120,7 @@ process_one_dso (DSO *dso, int host_paths) (size_t) (l-l_map_start - cur_dso_ent-dso-base)); if (l-l_tls_modid) -printf (