This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Replacement for __builtin_vec_delete etc. ??


> To: egcs@cygnus.com
> Date: Mon, 8 Jun 1998 18:03:13 +0200 (MET DST)
> From: "Klaus Kaempf" <kkaempf@progis.de>

> According to the ChangeLog, the C++ memory management functions
> (__builtin_new, etc.) were removed from libgcc2.c last
> year. However, the C++ compiler on openvms/alpha still generates
> references (see cp/method.c:build_decl_overload_real) to these
> functions.

> I see that the functions were removed but I can't figure out
> how they were replaced.

See gcc/cp/new*.cc.  If you build up a libgcc.a and nm it, you'll see:

kankakee bash[282] nm libgcc.a | grep builtin_new
00000008 W __builtin_new
         U __builtin_new


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]