On 07/13/2018 04:58 PM, Andreas Schwab wrote: > On Jul 13 2018, Andreas Krebbel <kreb...@linux.vnet.ibm.com> wrote: > >> @@ -5645,3 +5657,5 @@ OBJECT:8:_ZTTSi@@GLIBCXX_3.4 >> OBJECT:8:_ZTTSo@@GLIBCXX_3.4 >> OBJECT:8:_ZTTSt13basic_istreamIwSt11char_traitsIwEE@@GLIBCXX_3.4 >> OBJECT:8:_ZTTSt13basic_ostreamIwSt11char_traitsIwEE@@GLIBCXX_3.4 >> +TLS:4:_ZSt11__once_call@@GLIBCXX_3.4.11 >> +TLS:4:_ZSt15__once_callable@@GLIBCXX_3.4.11 > > You should not have any TLS entries.
Ok, thanks. I've committed the patch with these entries removed. Andreas