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: [COMMITTED PATCH] NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.


On 10/21/2014 02:44 AM, Joseph S. Myers wrote:
On Mon, 20 Oct 2014, Roland McGrath wrote:

	* nptl/version.c (__nptl_main): Use normal __write rather than
	INTERNAL_SYSCALL.
	(banner): Update copyright years.

I'm seeing elf/check-localplt failing on x86_64 with

Extra PLT reference: libpthread.so: __write
Same on s390/s390x


(I haven't checked that this patch is responsible, but it seems likely;
__write only uses libc_hidden_proto in include/unistd.h so an internal
symbol name won't be used here, and __write is exported from libpthread).

This failure was introduced with this commit.


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