gcc/libstdc++-v3
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
..
config libstdc++: Fix usage of __GXX_WEAK__ in TM TS support. 2016-01-18 20:09:55 +00:00
doc
include libstdc++: Fix usage of __GXX_WEAK__ in TM TS support. 2016-01-18 20:09:55 +00:00
libsupc++ libstdc++: Make certain exceptions transaction_safe. 2016-01-15 22:42:41 +00:00
po
python
scripts
src libstdc++: Fix usage of __GXX_WEAK__ in TM TS support. 2016-01-18 20:09:55 +00:00
testsuite Add test for PR 60637 2016-01-18 17:15:42 +00:00
acinclude.m4 PR libstdc++/69294 Check for isinf and isnan on AIX 2016-01-15 23:00:30 +00:00
aclocal.m4
ChangeLog libstdc++: Fix usage of __GXX_WEAK__ in TM TS support. 2016-01-18 20:09:55 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
config.h.in libstdc++: Make certain exceptions transaction_safe. 2016-01-15 22:42:41 +00:00
configure PR libstdc++/69294 Check for isinf and isnan on AIX 2016-01-15 23:00:30 +00:00
configure.ac libstdc++: Make certain exceptions transaction_safe. 2016-01-15 22:42:41 +00:00
configure.host Introduce separate baselines for Solaris 10 and 11+ (PR libstdc++/66006) 2016-01-13 09:48:53 +00:00
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.