ld: Link memmove into IRAM (used by sprintf, etc.)
This commit is contained in:
parent
d685581829
commit
25e124a612
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ SECTIONS
|
|||
*libc.a:*memcpy.o(.literal .text .literal.* .text.*)
|
||||
*libc.a:*memset.o(.literal .text .literal.* .text.*)
|
||||
*libc.a:*memcmp.o(.literal .text .literal.* .text.*)
|
||||
*libc.a:*memmove.o(.literal .text .literal.* .text.*)
|
||||
*libc.a:*rand.o(.literal .text .literal.* .text.*)
|
||||
*libc.a:*bzero.o(.literal .text .literal.* .text.*)
|
||||
*libc.a:*lock.o(.literal .text .literal.* .text.*)
|
||||
|
|
Loading…
Reference in a new issue