Commit 58c35fc2 by Jeffrey A Law Committed by Jeff Law

* tm.texi (TARGET_MEM_FUNCTIONS): Update text.

From-SVN: r41636
parent 55cc31c0
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment