libnx: add marker for programs compiled after 21.x tls abi change

This commit is contained in:
Michael Scire 2025-11-13 16:26:54 -07:00 committed by fincs
parent 7a8cd13910
commit 2779011f7d

View File

@ -83,6 +83,10 @@ __nx_mod0:
.word __relro_start - __nx_mod0 .word __relro_start - __nx_mod0
.word __data_start - __nx_mod0 .word __data_start - __nx_mod0
.ascii "LNY2"
.word 0x1 // Version/Fix field, increment on recompile-the-worlds as needed
.word 0x0 // Reserved
.section .bss.__stack_top, "aw", %nobits .section .bss.__stack_top, "aw", %nobits
.global __stack_top .global __stack_top
.align 3 .align 3