OSDN Git Service

Index: gcc/gcc/ChangeLog
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libsupc++ / new_opv.cc
index 74ad49c..de3bc4e 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "new"
 
-void *
+__attribute__((weak)) void *
 operator new[] (std::size_t sz) throw (std::bad_alloc)
 {
   return ::operator new(sz);