[PATCH] Include .interp section only for libc.so
Dmitry V. Levin
ldv@altlinux.org
Tue Jun 2 18:47:00 GMT 2015
On Mon, Sep 15, 2014 at 01:49:09PM +0530, Siddhesh Poyarekar wrote:
> Barring libc.so and libdl.so, none of the libraries have any entry
> points, so it is pointless to add a .interp section for them. The
> libdl.so entry point (in dlfcn/eval.c) is also defunct, so remove that
> file as well.
Actually, libpthread has an entry point since 2003,
so this commit introduced a regression:
$ /lib64/libpthread.so.0
Native POSIX Threads Library by Ulrich Drepper et al
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Forced unwind support included.
Segmentation fault
A patch will follow shortly.
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150602/2ac86cbc/attachment.sig>
More information about the Libc-alpha
mailing list