OSDN Git Service

* tm.texi (TARGET_MEM_FUNCTIONS): Update text.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2001 16:42:07 +0000 (16:42 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2001 16:42:07 +0000 (16:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41636 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tm.texi

index 845d7bf..6b2e1f1 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 fc74a25..4e8eb5e 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