Re: [PATCH V3] ldso: fix fdpic support broken from prelink patch

2012-03-28 Thread Mike Frysinger
On Tuesday 27 March 2012 08:46:38 Filippo ARCIDIACONO wrote: The fdpic support has been broken since the prelink support was added, because it didn't take into account DL_LOADADDR_TYPE could be a different type of ElfW(Addr). this looks much better. two things though ... (1) this patch is

[PATCH V3] ldso: fix fdpic support broken from prelink patch

2012-03-27 Thread Filippo ARCIDIACONO
From d8ec745969b48a75412b6260f42f0cc294b42094 Mon Sep 17 00:00:00 2001 From: Filippo Arcidiacono filippo.arcidiac...@st.com Date: Wed, 30 Nov 2011 14:13:02 +0100 Subject: [PATCH V3] ldso: fix fdpic support broken from prelink patch The fdpic support has been broken since the prelink support