diff options
author | Jeffrey A Law <law@cygnus.com> | 2001-04-27 16:42:07 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-04-27 10:42:07 -0600 |
commit | 58c35fc2d3da19262e1cd8d77f9da3cecd5dc6dd (patch) | |
tree | 118a412a1a7bb9f91484db5997eecccb85fc07c8 /gcc | |
parent | 55cc31c086c098bf18b7ae7417ba38dea171714c (diff) | |
download | gcc-58c35fc2d3da19262e1cd8d77f9da3cecd5dc6dd.zip gcc-58c35fc2d3da19262e1cd8d77f9da3cecd5dc6dd.tar.gz gcc-58c35fc2d3da19262e1cd8d77f9da3cecd5dc6dd.tar.bz2 |
* tm.texi (TARGET_MEM_FUNCTIONS): Update text.
From-SVN: r41636
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tm.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 845d7bf..6b2e1f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/tm.texi b/gcc/tm.texi index fc74a25..4e8eb5e 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -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 |