From 4c657af546aadee5c1d29af64fb1502a7183e7e0 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 13 Apr 1994 01:18:34 +0000 Subject: [PATCH] * Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}. From-SVN: r7042 --- gcc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 305d5f4a07a..d87cea92fa2 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -464,8 +464,8 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \ _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \ _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \ _fixtfdi _fixunstfdi _floatditf \ - __gcc_bcmp _varargs _eprintf _op_new _new_handler _op_delete \ - _bb _shtab _clear_cache _trampoline __main _exit _ctors + __gcc_bcmp _varargs _eprintf _op_new _op_vec_new _new_handler _op_delete \ + _op_vec_delete _bb _shtab _clear_cache _trampoline __main _exit _ctors # Header files that are made available under the same name # to programs compiled with GCC. -- 2.30.2