From: Jason Merrill Date: Mon, 12 Jul 1999 18:17:02 +0000 (+0000) Subject: * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. X-Git-Tag: prereleases/gcc-2.95-test~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff5f637ea7a42187896c15a93eaf6a0f86d1c82;p=thirdparty%2Fgcc.git * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. From-SVN: r28070 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e6761b61e4ce..b184be23dd85 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +1999-07-12 Jason Merrill + + * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. + 1999-07-07 Jason Merrill * Makefile.in (needed-list): Only include stuff we actually need diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 3dbf02e987d9..2eda0c073566 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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 \