pthread_cancel and static libgcc libgcc_eh without libc bits

Waldemar Brodkorb wbx@openadk.org
Thu Oct 13 19:44:00 GMT 2016


Hi,
sylvain.bertrand@gmail.com wrote,

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

I asked a similar question once. See the archives.
libgcc_s is mandatory and is used via dlopen.

best regards
 Waldemar



More information about the Libc-help mailing list