*** empty log message ***

From-SVN: r721
This commit is contained in:
Michael Meissner 1992-04-10 22:13:53 +00:00
parent f78cb7641a
commit 608929509a
2 changed files with 5 additions and 0 deletions

View File

@ -156,6 +156,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
fprintf (STREAM, "\t.long\t0x%08lx\t\t# %.12g\n", u2.l, u2.f); \
}
/* Generate calls to memcpy, etc., not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
/* Defines to be able to build libgcc.a with GCC. */

View File

@ -107,4 +107,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
our own exit function. */
#define HAVE_ATEXIT
/* Generate calls to memcpy, etc., not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
#include "mips.h"