From: Loren J. Rittle Date: Wed, 2 May 2001 06:55:39 +0000 (+0000) Subject: cxa_vec.C: Get malloc() from , not . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a39a06ff2fd73cbc4d042c7ce275ae2fa2be2c45;p=gcc.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 33106b4009d..e99ee8480a7 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 c08ce75e961..05c3fcc6e43 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;