This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] nptl: Move pthread_atfork to libc_nonshared.a
- From: Florian Weimer <fweimer at redhat dot com>
- To: Zack Weinberg <zackw at panix dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 1 Mar 2018 14:23:33 +0100
- Subject: Re: [PATCH] nptl: Move pthread_atfork to libc_nonshared.a
- Authentication-results: sourceware.org; auth=none
- References: <20180228151604.8CAF243994575@oldenburg.str.redhat.com> <CAKCAbMi1SsBAAOYG6BXpMTKL5Gpo8vOOOVsYVWmRXDehfBLqww@mail.gmail.com>
On 03/01/2018 02:12 PM, Zack Weinberg wrote:
Is there still any use for the libpthread.so link script after this?
Only to communicate that such things as linker scripts do exist and you
cannot assume that .so files are ELF objects. Replacing the file
doesn't seem to worthwhile. But I realize now that I didn't update the
comment in my follow-up fix. Oh well, third patch coming up.
Thanks,
Florian