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 1bb94a9..22f3e27 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 977b9c7..d9c250e 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() {}