install.texi (mips-mips-bsd): Update list of functions required to include memmove.
authorJeffrey A Law <law@cygnus.com>
Mon, 16 Apr 2001 14:02:50 +0000 (14:02 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 16 Apr 2001 14:02:50 +0000 (08:02 -0600)
        * 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.

From-SVN: r41377

gcc/ChangeLog
gcc/install.texi
gcc/tm.texi

index 42787a0..da7a5e7 100644 (file)
@@ -1,3 +1,10 @@
+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.
index 65397a4..07c617c 100644 (file)
@@ -1194,8 +1194,8 @@ between stages.
 @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
index 51dd01e..2b1a367 100644 (file)
@@ -4393,6 +4393,7 @@ macro, a reasonable default is used.
 @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