Fix v850 build failure.
authorJim Wilson <wilson@cygnus.com>
Tue, 16 Jun 1998 13:17:14 +0000 (13:17 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 16 Jun 1998 13:17:14 +0000 (06:17 -0700)
* libgcc1-test.c (memcpy): Define.

From-SVN: r20525

gcc/ChangeLog
gcc/libgcc1-test.c

index 1bb94a9179a773b66af43f91101e1182072801b0..22f3e27540d84fb2d18d8a3189888bc131693767 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 16 13:15:16 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * libgcc1-test.c (memcpy): Define.
+
 Tue Jun 16 13:44:02 1998  Michael Meissner  <meissner@cygnus.com>
 
        * genattrtab.c (struct attr_desc): Change int flags to bit
index 977b9c761886ba03006ee8a931e7a150ec0d8f35..d9c250e99d0087db359c0b16d6e6c12d0b69451f 100644 (file)
@@ -97,6 +97,9 @@ extern void start() __asm__("start");
 extern void _start() __asm__("_start");
 extern void __start() __asm__("__start");
 
+/* Provide functions that might be needed by soft-float emulation routines.  */
+void memcpy() {}
+
 void start() {}
 void _start() {}
 void __start() {}