*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 22:13:53 +0000 (22:13 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 10 Apr 1992 22:13:53 +0000 (22:13 +0000)
From-SVN: r721

gcc/config/i386/osfrose.h
gcc/config/mips/osfrose.h

index 20439b5f0fc1f56011e5bc04db11e881ef71360e..0b0daa2f47fb355fc766c66e084edf674af5357d 100644 (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
 
 \f
 /* Defines to be able to build libgcc.a with GCC.  */
index 82da2d7b92f352566598f96b79f49849a414b78d..19bd7aa09a95b2ec2952eeb3769d7787ed5658e9 100644 (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"