Recompiled newlib to make memmove use the workaround
This commit is contained in:
parent
754f574aab
commit
afd10b982b
5 changed files with 2 additions and 0 deletions
|
@ -327,7 +327,9 @@ PROVIDE ( memccpy = 0x4000c220 );
|
||||||
PROVIDE ( memchr = 0x4000c244 );
|
PROVIDE ( memchr = 0x4000c244 );
|
||||||
PROVIDE ( memcmp = 0x4000c260 );
|
PROVIDE ( memcmp = 0x4000c260 );
|
||||||
PROVIDE ( memcpy = 0x4000c2c8 );
|
PROVIDE ( memcpy = 0x4000c2c8 );
|
||||||
|
/*
|
||||||
PROVIDE ( memmove = 0x4000c3c0 );
|
PROVIDE ( memmove = 0x4000c3c0 );
|
||||||
|
*/
|
||||||
PROVIDE ( memrchr = 0x4000c400 );
|
PROVIDE ( memrchr = 0x4000c400 );
|
||||||
PROVIDE ( memset = 0x4000c44c );
|
PROVIDE ( memset = 0x4000c44c );
|
||||||
PROVIDE ( mktime = 0x4005a5e8 );
|
PROVIDE ( mktime = 0x4005a5e8 );
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue