Re: [PATCH][AArch64] Fix libstdc++ ABI baseline for aarch64-linux-gnu

2015-04-28 Thread Joseph Myers
On Mon, 20 Apr 2015, Jakub Jelinek wrote: > If you want to do anything about it, instead hack up the ABI list checker, > so that for configurations with disabled TLS it ignores TLS symbols in the > ABI list, then they can be added on all architectures. Is anyone actually using current GCC for non

Re: [PATCH][AArch64] Fix libstdc++ ABI baseline for aarch64-linux-gnu

2015-04-20 Thread Jakub Jelinek
On Mon, Apr 20, 2015 at 04:23:17PM +0300, Maxim Kuvyrkov wrote: > I have been trying to figure out why I constantly get 2 extra TLS symbols in > my aarch64-linux-gnu libstdc++ ABI tests, and it turned out to be due to > support for non-TLS toolchain -- as discussed here [*]. > > However, as far

[PATCH][AArch64] Fix libstdc++ ABI baseline for aarch64-linux-gnu

2015-04-20 Thread Maxim Kuvyrkov
Hi, I have been trying to figure out why I constantly get 2 extra TLS symbols in my aarch64-linux-gnu libstdc++ ABI tests, and it turned out to be due to support for non-TLS toolchain -- as discussed here [*]. However, as far as I understand, aarch64-linux-gnu postdates NPTL implementation, so