[PATCH] Updated prelink patch for glibc
Jakub Jelinek
jakub@redhat.com
Wed Dec 12 01:00:00 GMT 2001
On Tue, Dec 11, 2001 at 10:37:08PM +0100, Thorsten Kukuk wrote:
> On Tue, Dec 11, Jakub Jelinek wrote:
>
> > Hi!
> >
> > Here is updated prelink patch against current glibc.
> > I've removed the portions where it dealt with DT_FILTER/DT_AUXILIARY, since
> > they have wrong semantics and will be eventually rewritten anyway (still
> > need to adjust prelink testcase so that it doesn't test it).
>
> Did you try to compile it?
>
> dl-deps.c: In function `_dl_map_object_deps':
> dl-deps.c:532: too few arguments to function `_dl_signal_error'
>
>
> Looks like there is the third parameter (I think NULL) missing.
Ouch, that was the only part that I touched after doing full glibc
bootstrap/make check (to remove the DT_FILTER/DT_AUXILIARY stuff and replace
it with this error).
Sorry.
Jakub
More information about the Libc-hacker
mailing list