diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 483f4d511592..26c56252e138 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 \