This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
pthread_cancel and static libgcc libgcc_eh without libc bits
- From: sylvain dot bertrand at gmail dot com
- To: libc-help at sourceware dot org
- Date: Thu, 13 Oct 2016 12:19:31 +0000
- Subject: pthread_cancel and static libgcc libgcc_eh without libc bits
- Authentication-results: sourceware.org; auth=none
Hi,
Correct me if I'm wrong: pthread_cancel does work properly when linking a shared nptl lib with
static libgcc and libgcc_eh, which where compiled without their libc bits?
Or the shared libgcc_s is _mandatory_ for pthread_cancel to work in a shared nptl lib?
regards,
--
Sylvain