link mmap_space + aot array into .text
This commit is contained in:
@ -51,8 +51,8 @@ SECTIONS {
|
||||
|
||||
/* Data and Stacks */
|
||||
/* NOTE: When including the WAMR mmap region inside .text, it has to be large */
|
||||
. = 0x200000;
|
||||
/* . = ALIGN(4096); */
|
||||
/* . = 0x200000; */
|
||||
. = ALIGN(4096);
|
||||
.data : {
|
||||
KEEP (*(".startup_stack"))
|
||||
KEEP (*(".kernel_stack"))
|
||||
|
||||
Reference in New Issue
Block a user