]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 12 Jul 1999 18:17:02 +0000 (18:17 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 12 Jul 1999 18:17:02 +0000 (14:17 -0400)
From-SVN: r28070

libiberty/ChangeLog
libiberty/Makefile.in

index e6761b61e4cebb41f0038062d0e15f322e359953..b184be23dd8515a93f2962c2fceaf15ec3a19c38 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-12  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
+
 1999-07-07  Jason Merrill  <jason@yorick.cygnus.com>
 
         * Makefile.in (needed-list): Only include stuff we actually need
index 3dbf02e987d911d26590aa8277d59e23ece56c13..2eda0c073566ae74d6646d0d04cca47db0f000d5 100644 (file)
@@ -159,7 +159,7 @@ install_to_tooldir: all
 # can't use anything encumbering.
 NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
         strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
-        vfork waitpid mkstemps
+        vfork waitpid bcmp bcopy bzero
 needed-list: Makefile
        rm -f needed-list; touch needed-list; \
        for f in $(NEEDED); do \