2010-10-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 2010 09:41:57 +0000 (09:41 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 2010 09:41:57 +0000 (09:41 +0000)
commitd6fb444df7ff9274abaddb279d2306e3b8b9b2cf
tree42fce2972f79017b2f80b76fc4921bc5c2bcd2ea
parentee52a7de2129a87bc567c171b4eaed9242f5da49
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164973 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/libsupc++/bad_alloc.cc [new file with mode: 0644]
libstdc++-v3/libsupc++/new_handler.cc