]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}.
authorJason Merrill <merrill@gnu.org>
Wed, 13 Apr 1994 01:18:34 +0000 (01:18 +0000)
committerJason Merrill <merrill@gnu.org>
Wed, 13 Apr 1994 01:18:34 +0000 (01:18 +0000)
From-SVN: r7042

gcc/Makefile.in

index 305d5f4a07a3917c4efcd473d0bca218ab5d86a8..d87cea92fa2f3204a1ee8216a84b30e872e5a359 100644 (file)
@@ -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.