r202927 - in /branches/google/gcc-4_8/libstdc++...

ppluzhnikov@gcc.gnu.org ppluzhnikov@gcc.gnu.org
Wed Sep 25 22:12:00 GMT 2013


Author: ppluzhnikov
Date: Wed Sep 25 22:12:11 2013
New Revision: 202927

URL: http://gcc.gnu.org/viewcvs?rev=202927&root=gcc&view=rev
Log:
For Google b/10323610, partially backport upstream revisions r202818,
r202832 and r202836.

2013-09-25  Paul Pluzhnikov  <ppluzhnikov@google.com>

	* libstdc++-v3/config/abi/pre/gnu.ver: Add _ZSt24__throw_out_of_range_fmtPKcz
	* libstdc++-v3/src/c++11/Makefile.am: Add snprintf_lite.
	* libstdc++-v3/src/c++11/Makefile.in: Regenerate.
	* libstdc++-v3/src/c++11/snprintf_lite.cc: New.
	* libstdc++-v3/src/c++11/functexcept.cc (__throw_out_of_range_fmt): New.

Added:
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/snprintf_lite.cc
Modified:
    branches/google/gcc-4_8/libstdc++-v3/config/abi/pre/gnu.ver
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/Makefile.am
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/Makefile.in
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/functexcept.cc



More information about the Libstdc++-cvs mailing list