]> gcc.gnu.org Git - gcc.git/commitdiff
Add strncmp.c to list of CFILES and strncmp to the NEEDED list
authorNick Clifton <nickc@cygnus.com>
Tue, 9 May 2000 01:23:33 +0000 (01:23 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 9 May 2000 01:23:33 +0000 (01:23 +0000)
From-SVN: r33785

libiberty/ChangeLog
libiberty/Makefile.in

index a0db63fecc477867f6e03889d5e0ae3b02d74f39..9ffa28b43751aac754bfe8b47beef93a0cc056b2 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-08  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.in (CFILES): Add strncmp.c.
+       (NEEDED): Add strncmp.
+
 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * cplus-dem.c (cplus_demangle_opname, demangle_function_name):
index 8b4bcab5ade719326f82d8fcf3c345f0fa5e597a..76cd730fd7b4cbce39b1d80212232b3821abbb32 100644 (file)
@@ -130,7 +130,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c            \
        memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c  \
        partition.c pexecute.c putenv.c random.c rename.c rindex.c            \
        setenv.c sigsetmask.c sort.c spaces.c splay-tree.c strcasecmp.c       \
-       strncasecmp.c strchr.c strdup.c strerror.c strrchr.c                  \
+       strncasecmp.c strchr.c strdup.c strerror.c strncmp.c strrchr.c        \
        strsignal.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c             \
        vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c         \
        xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c
@@ -167,7 +167,7 @@ install_to_tooldir: all
 # to include there.  Do not add anything LGPL to this list; libstdc++
 # can't use anything encumbering.
 NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
-        strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
+        strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
         vfork waitpid bcmp bcopy bzero
 needed-list: Makefile
        rm -f needed-list; touch needed-list; \
This page took 0.066329 seconds and 5 git commands to generate.