From 3ff5f637ea7a42187896c15a93eaf6a0f86d1c82 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 12 Jul 1999 18:17:02 +0000 Subject: [PATCH] * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. From-SVN: r28070 --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 \ -- 2.47.2