gcc/libstdc++-v3/include
Torvald Riegel 9585381acd libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.
* include/bits/c++config (_GLIBCXX_USE_WEAK_REF): New.
	(_GLIBCXX_TXN_SAFE, _GLIBCXX_TXN_SAFE_DYN): Use	_GLIBCXX_USE_WEAK_REF
	and move after its definition.
	* config/os/aix/os_defines.h (_GLIBCXX_USE_WEAK_REF): Override.
	* src/c++11/cow-stdexcept.cc: Use _GLIBCXX_USE_WEAK_REF instead of
	__GXX_WEAK__, and only provide transactional clones if
	_GLIBCXX_USE_WEAK_REF is true.  Don't provide stubs of libitm
	functions.

From-SVN: r232539
2016-01-18 20:09:55 +00:00
..
backward Update copyright years. 2016-01-04 15:30:50 +01:00
bits libstdc++: Fix usage of __GXX_WEAK__ in TM TS support. 2016-01-18 20:09:55 +00:00
c Update copyright years. 2016-01-04 15:30:50 +01:00
c_compatibility Update copyright years. 2016-01-04 15:30:50 +01:00
c_global Implement TR29124 C++ special Math Functions. 2016-01-14 18:12:43 +00:00
c_std Update copyright years. 2016-01-04 15:30:50 +01:00
debug Update copyright years. 2016-01-04 15:30:50 +01:00
decimal Update copyright years. 2016-01-04 15:30:50 +01:00
experimental Update copyright years. 2016-01-04 15:30:50 +01:00
ext random.tcc: Use __builtin_isfinite instead of std::isfinite. 2016-01-15 22:26:02 +00:00
parallel Update copyright years. 2016-01-04 15:30:50 +01:00
precompiled Implement TR29124 C++ special Math Functions. 2016-01-14 18:12:43 +00:00
profile Update copyright years. 2016-01-04 15:30:50 +01:00
std Fix construction of std::function from null pointer-to-member 2016-01-18 11:43:37 +00:00
tr1 Implement TR29124 C++ special Math Functions. 2016-01-14 18:12:43 +00:00
tr2 Update copyright years. 2016-01-04 15:30:50 +01:00
Makefile.am libstdc++: Make certain exceptions transaction_safe. 2016-01-15 22:42:41 +00:00
Makefile.in libstdc++: Make certain exceptions transaction_safe. 2016-01-15 22:42:41 +00:00