> -----Original Message----- > From: Filippo ARCIDIACONO [mailto:[email protected]] > Sent: Monday, March 05, 2012 7:17 PM > To: [email protected] > Cc: 'Filippo ARCIDIACONO' > Subject: RE: [PATCH] ldso: fix fdpic support broken from prelink patch > > > > > -----Original Message----- > > From: Filippo ARCIDIACONO [mailto:[email protected]] > > Sent: Monday, March 05, 2012 7:12 PM > > To: [email protected] > > Cc: Filippo Arcidiacono > > Subject: [PATCH] ldso: fix fdpic support broken from prelink patch > > > > The fdpic support has been broken since the prelink support was > added, > > because it doesn't take into account DL_LOADADDR_TYPE could be a > > type different of ElfW(Addr). > > > > Signed-off-by: Filippo Arcidiacono <[email protected]> > > --- > > ldso/include/dl-defs.h | 11 +++++++++++ > > ldso/ldso/c6x/dl-sysdep.h | 9 +++++++++ > > ldso/ldso/dl-elf.c | 22 ++++++++++++++-------- > > ldso/ldso/dl-startup.c | 8 +++----- > > ldso/ldso/fdpic/dl-sysdep.h | 10 ++++++++++ > > ldso/ldso/ldso.c | 17 +++++++++++------ > > 6 files changed, 58 insertions(+), 19 deletions(-) > > > > [SNIP] > > I'm testing this patch for sh archs. I'll let you know the results.
I run both uClibc and prelink testsuite and no regression has been raised. > In the meantime any comments are welcome. > > Regards, > Filippo Arcidiacono _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
