From: Jason Merrill Date: Wed, 13 Apr 1994 01:18:34 +0000 (+0000) Subject: * Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}. X-Git-Tag: misc/cutover-egcs-0~6901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c657af546aadee5c1d29af64fb1502a7183e7e0;p=thirdparty%2Fgcc.git * Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}. From-SVN: r7042 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 305d5f4a07a3..d87cea92fa2f 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.