diff options
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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 \ |