Commit 42b82dd3 by Jim Wilson Committed by Jim Wilson

Fix v850 build failure.

	* libgcc1-test.c (memcpy): Define.

From-SVN: r20525
parent 741f2839
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
......
......@@ -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() {}
......
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