link mmap_space + aot array into .text

This commit is contained in:
2026-04-21 22:34:36 +02:00
parent 41ffcaeb08
commit aec774c633
2 changed files with 5 additions and 4 deletions

View File

@ -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"))