+Mon Apr 16 08:03:48 2001 Jeffrey A Law (law@cygnus.com)
+
+ * install.texi (mips-mips-bsd): Update list of functions
+ required to include memmove.
+ * tm.texi (TARGET_MEM_FUNCTIONS): Update list of implicitly
+ used functions to include memmove.
+
2001-04-15 Toon Moene <toon@moene.indiv.nluug.nl>
* i386.md (sqrtdf2): SFmode should be DFmode.
@item mips-mips-bsd
MIPS machines running the MIPS operating system in BSD mode. It's
possible that some old versions of the system lack the functions
-@code{memcpy}, @code{memcmp}, and @code{memset}. If your system lacks
-these, you must remove or undo the definition of
+@code{memcpy}, @code{memmove}, @code{memcmp}, and @code{memset}. If your
+system lacks these, you must remove or undo the definition of
@code{TARGET_MEM_FUNCTIONS} in @file{mips-bsd.h}.
The MIPS C compiler needs to be told to increase its table size
@findex TARGET_MEM_FUNCTIONS
@cindex @code{bcopy}, implicit usage
@cindex @code{memcpy}, implicit usage
+@cindex @code{memmove}, implicit usage
@cindex @code{bzero}, implicit usage
@cindex @code{memset}, implicit usage
@item TARGET_MEM_FUNCTIONS