[RFC] Fix libstdc++ test fails with emutls

Paolo Carlini paolo.carlini@oracle.com
Mon Nov 1 14:10:00 GMT 2010


On 11/01/2010 08:48 AM, Jakub Jelinek wrote:
> On Mon, Nov 01, 2010 at 01:45:58PM +0800, Jie Zhang wrote:
>   
>> mutex:704: undefined reference to `__emutls_v._ZSt15__once_callable'
>>
>> This patch should fix this error by exporting such like symbols.
>>
>> Is this patch OK?
>>     
> You shouldn't be exporting symbols that weren't (even by mistake) exported
> earlier in older symbol versions, always add new symbols to the latest
> version (GLIBCXX_3.4.15 right now).
>   
Indeed. Consider the patch adding the symbols @ GLIBCXX_3.4.15
(preferably with a one-line comment before) preapproved.

Paolo.



More information about the Gcc-patches mailing list