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 horribly mangled.  i had to manually hack it up just to 
apply.  please send with git send-email.

> --- a/ldso/include/dl-defs.h
> +++ b/ldso/include/dl-defs.h
>
> +#define DL_GET_LIB_OFFSET _dl_library_offset

(2) make it:
#define DL_GET_LIB_OFFSET() _dl_library_offset
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to