diff options
author | Richard Henderson <rth@cygnus.com> | 2000-05-31 16:54:07 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-05-31 16:54:07 -0700 |
commit | 9bcfe71d16f8de0e4ad005c0060511b20a4b3388 (patch) | |
tree | 86a07444501fd6b24a651f801f66bd3b3fc4a3ca /libchill/ChangeLog | |
parent | c74e2214108d712dc032877cbb60436070cfeafa (diff) | |
download | gcc-9bcfe71d16f8de0e4ad005c0060511b20a4b3388.tar.gz |
Makefile.in (STROBJS): Get memmove.o from configure.
* Makefile.in (STROBJS): Get memmove.o from configure.
* configure.in (RANLIB): Detect and substitute.
(memmove): Detect and substitute.
* memmove.c (memmove): Use size_t.
From-SVN: r34313
Diffstat (limited to 'libchill/ChangeLog')
-rw-r--r-- | libchill/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog index 7094f7c991f..a62ab15dda1 100644 --- a/libchill/ChangeLog +++ b/libchill/ChangeLog @@ -1,3 +1,10 @@ +2000-05-31 Richard Henderson <rth@cygnus.com> + + * Makefile.in (STROBJS): Get memmove.o from configure. + * configure.in (RANLIB): Detect and substitute. + (memmove): Detect and substitute. + * memmove.c (memmove): Use size_t. + 2000-05-29 Zack Weinberg <zack@wolery.cumb.org> * concatstr.c, exh.c: Include stdlib.h and string.h. |