From: Loren J. Rittle Date: Wed, 2 May 2001 06:55:39 +0000 (+0000) Subject: cxa_vec.C: Get malloc() from , not . X-Git-Tag: prereleases/libstdc++-3.0.95~4664 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a39a06ff2fd73cbc4d042c7ce275ae2fa2be2c45;p=thirdparty%2Fgcc.git cxa_vec.C: Get malloc() from , not . * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from , not . From-SVN: r41756 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 33106b4009d4..e99ee8480a70 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-05-01 Loren J. Rittle + + * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from + , not . + 2001-05-01 Nathan Sidwell * g++.old-deja/g++.ns/template17.C: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C b/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C index c08ce75e961e..05c3fcc6e43d 100644 --- a/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C +++ b/gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include static int ctor_count = 0;