Fix v850 build failure.
* libgcc1-test.c (memcpy): Define. From-SVN: r20525
This commit is contained in:
parent
741f283993
commit
42b82dd3b2
@ -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
|
||||
|
@ -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() {}
|
||||
|
Loading…
Reference in New Issue
Block a user