Commit 3bcd50fe by Jeffrey A Law Committed by Jeff Law

install.texi (mips-mips-bsd): Update list of functions required to include memmove.

        * 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
parent c3aaa921
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.
......
......@@ -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
......
......@@ -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
......
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