r164973 - in /trunk/libstdc++-v3: ChangeLog lib...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Tue Oct 5 09:42:00 GMT 2010


Author: paolo
Date: Tue Oct  5 09:41:57 2010
New Revision: 164973

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164973
Log:
2010-10-05  Sebastian Huber  <sebastian.huber@embedded-brains.de>
	    Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR libstdc++/44647
	* libsupc++/Makefile.am (sources): Add bad_alloc.cc.
	* libsupc++/new_handler.cc (bad_alloc): Move to ...
	* libsupc++/bad_alloc.cc (bad_alloc): ... here, new file.
	* libsupc++/Makefile.in: Regenerate.

Added:
    trunk/libstdc++-v3/libsupc++/bad_alloc.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/Makefile.am
    trunk/libstdc++-v3/libsupc++/Makefile.in
    trunk/libstdc++-v3/libsupc++/new_handler.cc



More information about the Libstdc++-cvs mailing list