This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Include .interp section only for libc.so


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

Attachment: pgpmqb30Ji_FD.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]