* tm.texi (TARGET_MEM_FUNCTIONS): Update text.
authorJeffrey A Law <law@cygnus.com>
Fri, 27 Apr 2001 16:42:07 +0000 (16:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 27 Apr 2001 16:42:07 +0000 (10:42 -0600)
From-SVN: r41636

gcc/ChangeLog
gcc/tm.texi

index 845d7bffe1d0f5910aa6ac6f70c6df838332da9e..6b2e1f1854ae19d632949aa01ee576d86ab1487a 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 27 10:43:49 2001  Jeffrey A Law  (law@cygnus.com)
+
+       * tm.texi (TARGET_MEM_FUNCTIONS): Update text.
+
 2001-04-27  Jason Merrill  <jason_merrill@redhat.com>
 
        * except.c (get_exception_filter): word_mode, not Pmode.
index fc74a257b9da02cb8e24301016db6e82aca8960e..4e8eb5ebb9222b16028db09cf6ef5662c0b98366 100644 (file)
@@ -4398,8 +4398,8 @@ macro, a reasonable default is used.
 @cindex @code{memset}, implicit usage
 @item TARGET_MEM_FUNCTIONS
 Define this macro if GCC should generate calls to the ISO C
-(and System V) library functions @code{memcpy} and @code{memset}
-rather than the BSD functions @code{bcopy} and @code{bzero}.
+(and System V) library functions @code{memcpy}, @code{memmove} and
+@code{memset} rather than the BSD functions @code{bcopy} and @code{bzero}.
 
 @findex LIBGCC_NEEDS_DOUBLE
 @item LIBGCC_NEEDS_DOUBLE