This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r192382 - in /branches/google/main/libstdc++-v3...
- From: eraman at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 11 Oct 2012 23:37:59 -0000
- Subject: r192382 - in /branches/google/main/libstdc++-v3...
Author: eraman
Date: Thu Oct 11 23:37:57 2012
New Revision: 192382
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192382
Log:
2012-10-11 Easwaran Raman <eraman@google.com>
Google ref b/6982747
* libsupc++/Makefile.am: Add del_opsz.cc to sources.
* libsupc++/Makefile.in: Regenerated.
* libsupc++/del_opsz.cc: New file.
* libsupc++/del_op.cc(operator delete(void*,std::size_t)):
Remove.
Added:
branches/google/main/libstdc++-v3/libsupc++/del_opsz.cc
Modified:
branches/google/main/libstdc++-v3/ChangeLog.google-main
branches/google/main/libstdc++-v3/libsupc++/Makefile.am
branches/google/main/libstdc++-v3/libsupc++/Makefile.in
branches/google/main/libstdc++-v3/libsupc++/del_op.cc