[OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

Phil Blundell philb at gnu.org
Mon Sep 24 11:30:52 UTC 2012


On Mon, 2012-09-24 at 14:26 +0300, Andrei Dinu wrote:
> +-	    *reloc_addr += sym->st_value;
> ++	    *reloc_addr = sym->st_value;

That patch looks slightly dubious to me.  Are you sure this doesn't
introduce any regressions elsewhere?

p.






More information about the Openembedded-core mailing list