This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] [BZ #18479]: nptl: restore .interp section in libpthread.so
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Gleb Fotengauer-Malinovskiy <glebfm at altlinux dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 2 Jun 2015 13:09:48 -0700 (PDT)
- Subject: Re: [PATCH] [BZ #18479]: nptl: restore .interp section in libpthread.so
- Authentication-results: sourceware.org; auth=none
- References: <20150602180401 dot GA28489 at glebfm dot cloud dot tilaa dot com>
I think it's better just to give libpthread its own build of interp.c.
The simplest thing is to add a pt-interp to libpthread-routines and
have pt-interp.c be: #include <elf/interp.c>.