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 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

(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).

-- 
Joseph S. Myers
joseph@codesourcery.com


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