Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 513386
Collapse All | Expand All

(-)gcc-4.8.3/libstdc++-v3/src/c++11/chrono.cc (+9 lines)
Lines 102-105 namespace std _GLIBCXX_VISIBILITY(defaul Link Here
102
  } // namespace chrono
102
  } // namespace chrono
103
} // namespace std
103
} // namespace std
104
104
105
#if defined(_GLIBCXX_SYMVER_GNU) && defined(_GLIBCXX_SHARED) \
106
 && defined(_GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE)               \
107
 && defined(_GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT)
108
// alias for backwards abi compatibility, see GCC #61758 / Gentoo #513386
109
asm (".symver "
110
     "_ZNSt6chrono3_V212steady_clock3nowEv,"
111
     "_ZNSt6chrono12steady_clock3nowEv@GLIBCXX_3.4.17");
112
#endif
113
105
#endif // _GLIBCXX_USE_C99_STDINT_TR1
114
#endif // _GLIBCXX_USE_C99_STDINT_TR1

Return to bug 513386