re PR libstdc++/52104 (go1 fails to run on Solaris 10/11 x86 with with gld)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sun, 5 Feb 2012 23:55:51 +0000 (23:55 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 5 Feb 2012 23:55:51 +0000 (23:55 +0000)
commitbe38506d7c74405ca24bd4eb02ddcf2de466dd30
tree4e0e1dbfc1d92c837f9a097b7f0766a965e6cb0d
parent148ea7d8ef5d9ab40dd9c9a74247b0305200f70c
re PR libstdc++/52104 (go1 fails to run on Solaris 10/11 x86 with with gld)

PR libstdc++/52104
* include/std/future (__future_base::_Async_state_common): Define
destructor inline for targets without TLS.
* src/c++11/future.cc (__future_base::_Async_state_common): Only
define destructor for TLS targets.

From-SVN: r183920
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/future
libstdc++-v3/src/c++11/future.cc