pin new wamr commit + add .text.wamr_mmap section to linker.ld
This commit is contained in:
@ -45,7 +45,12 @@ SECTIONS {
|
||||
/* . += 16; /\* padding after data, workaround for import-trace *\/ */
|
||||
|
||||
KEEP (*(".text.startup"))
|
||||
*(".text.wamr_aot")
|
||||
*(".text*")
|
||||
. = ALIGN(4096);
|
||||
_wamr_mmap_start = .;
|
||||
*(".text.wamr_mmap")
|
||||
_wamr_mmap_end = .;
|
||||
*(".rodata*")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user