[patch] libstdc++/70503 Ensure std::thread helpers have internal linkage

Jonathan Wakely jwakely@redhat.com
Tue Apr 5 13:37:00 GMT 2016


This makes the execute_native_thread_routine* helpers 'static' rather
than using an unnamed namespace, because the latter doesn't give them
static linkage due to them being extern "C".

Tested x86_64-linux, committed to trunk. Backports to gcc-5 and
gcc-4.9 to follow soon.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 2825 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20160405/66ae6025/attachment.bin>


More information about the Gcc-patches mailing list