Re: Question: Does uclibc support NPTL TLS ?

Bernhard Reutner-Fischer <[email protected]> Thu, 28 May 2015 21:23:28 +0200
Newsgroups gmane.comp.lib.uclibc.general
Message-ID <CAC1BbcRS7bXY8yx1qMk0gDxobjoRXt=nNybuEhhho1uEDFeUDQ@mail.gmail.com>
On 28 May 2015 at 10:06, Sheng Yong <[email protected]> wrote:

> We test the latest uclibc, we still get the problem.

Works for me with gcc-6 and gdb-7.9.0, fwiw.

Make sure not to strip(1) your libs too much.
If you e.g. discard nptl_version then debugging is essentially broken.
I recommend you just use the stripping provided by the install targets
in the buildsystem.

HTH,