mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-08 05:05:13 +01:00
libnx: add marker for programs compiled after 21.x tls abi change
This commit is contained in:
parent
7a8cd13910
commit
2779011f7d
@ -83,6 +83,10 @@ __nx_mod0:
|
||||
.word __relro_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
|
||||
.global __stack_top
|
||||
.align 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user