From 8f1824d91b26b2a4ad38f07b40a7f802c16e5e54 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 12 Jul 1999 18:20:41 +0000 Subject: [PATCH] * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. From-SVN: r28071 --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 483f4d51159..26c56252e13 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 3dbf02e987d..2eda0c07356 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 \ -- 2.30.2