Recompiled newlib to make memmove use the workaround

This commit is contained in:
Jeroen Domburg 2017-04-14 19:19:53 +08:00
parent 754f574aab
commit afd10b982b
5 changed files with 2 additions and 0 deletions

View file

@ -327,7 +327,9 @@ PROVIDE ( memccpy = 0x4000c220 );
PROVIDE ( memchr = 0x4000c244 );
PROVIDE ( memcmp = 0x4000c260 );
PROVIDE ( memcpy = 0x4000c2c8 );
/*
PROVIDE ( memmove = 0x4000c3c0 );
*/
PROVIDE ( memrchr = 0x4000c400 );
PROVIDE ( memset = 0x4000c44c );
PROVIDE ( mktime = 0x4005a5e8 );

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.