All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update prelinker to latest upstream version
@ 2011-09-06 16:26 Mark Hatle
  2011-09-06 16:26 ` [PATCH 1/1] prelink: Update " Mark Hatle
  2011-09-08  3:46 ` [PATCH 0/1] Update prelinker " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2011-09-06 16:26 UTC (permalink / raw)
  To: openembedded-core

Update the prelinker to the latest (yoctoproject) cross_prelinker version.

This syncs to the latest Red Hat version, provides a new rtld emulation, and
now can identify bad GNU_HASH entries to help detect a bug in the hash
generation observed on PPC64.

The following changes since commit 41b7c955cfdc7b4d5c667c8a8742237d5edaca4f:

  icu-3.6: fix building with big make -j (2011-09-05 20:38:50 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib mhatle/prelink
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/prelink

Mark Hatle (1):
  prelink: Update to latest upstream version

 meta/recipes-devtools/prelink/prelink_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] prelink: Update to latest upstream version
  2011-09-06 16:26 [PATCH 0/1] Update prelinker to latest upstream version Mark Hatle
@ 2011-09-06 16:26 ` Mark Hatle
  2011-09-08  3:46 ` [PATCH 0/1] Update prelinker " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2011-09-06 16:26 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1374] - Fixes underlying issue
[YOCTO #1331] - Detects bad GNU_HASH tables

Update to the latest upstream version.  This includes a number of
generic fixes, as well as a complete refresh of the prelink-rtld.

(Prelink-rtld is similar to the ld.so/ldd functionality on a normal
system.)

The new prelink-rtld update syncs to eglibc-2.13 and enables new
symbol resolution, include GNU_UNIQUE, that was causing problems on
x86_64 and potentially other architectures with C++.

An assert has been added to also detect a bad GNU_HASH situation
which was detected on some PPC64 systems.  The underlying problem is
within the toolchain, however prelink was making it worse leaving the
problem undetected.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
 meta/recipes-devtools/prelink/prelink_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index bb95da7..1565ca6 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -8,9 +8,9 @@ and executables, so that far fewer relocations need to be resolved at \
 runtime and thus programs come up faster."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
-SRCREV = "ac461e73b17253a4da25c5aafeac7193b553156c"
+SRCREV = "964f6eba613bf1c791a2a0b858cd044f05e2f151"
 PV = "1.0+git${SRCPV}"
-PR = "r5"
+PR = "r6"
 
 #
 # The cron script attempts to re-prelink the system daily -- on
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Update prelinker to latest upstream version
  2011-09-06 16:26 [PATCH 0/1] Update prelinker to latest upstream version Mark Hatle
  2011-09-06 16:26 ` [PATCH 1/1] prelink: Update " Mark Hatle
@ 2011-09-08  3:46 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-08  3:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 09/06/2011 09:26 AM, Mark Hatle wrote:
> Update the prelinker to the latest (yoctoproject) cross_prelinker version.
>
> This syncs to the latest Red Hat version, provides a new rtld emulation, and
> now can identify bad GNU_HASH entries to help detect a bug in the hash
> generation observed on PPC64.
>
> The following changes since commit 41b7c955cfdc7b4d5c667c8a8742237d5edaca4f:
>
>    icu-3.6: fix building with big make -j (2011-09-05 20:38:50 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib mhatle/prelink
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/prelink
>
> Mark Hatle (1):
>    prelink: Update to latest upstream version
>
>   meta/recipes-devtools/prelink/prelink_git.bb |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>

Merged to OE-Core

Thanks
	Sau!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-08  3:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-06 16:26 [PATCH 0/1] Update prelinker to latest upstream version Mark Hatle
2011-09-06 16:26 ` [PATCH 1/1] prelink: Update " Mark Hatle
2011-09-08  3:46 ` [PATCH 0/1] Update prelinker " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.