Re: Failure to dlopen libgomp due to static TLS data

2015-02-14 Thread Andrew Haley
On 02/13/2015 10:23 PM, Rich Felker wrote: > It seems misguided to try to save 0.5% of a 500ms startup time by > choosing a hackish TLS model No. I don't want a hackish TLS model. I want the bug fixed so that the correct dynamic TLS model is fast if there is static TLS space available, and autom

Re: Android native build of GCC

2015-02-14 Thread Andrew Haley
On 13/02/15 22:40, Cyd Haselton wrote: > Somehow these calls are passed to libc by the wrapper including the dlopen() > call...which fails because it should be passed to libdl on android. > > How the wrapper points to libc I have no idea. Why the wrapper around dlopen > doesn't pick up 0n the