mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
kernel_ldr: ensure crt0 is at start of output binary
This commit is contained in:
parent
8efdd04fcd
commit
3c7c1fbd8a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ SECTIONS
|
||||||
|
|
||||||
.crt0 :
|
.crt0 :
|
||||||
{
|
{
|
||||||
KEEP (*(.crt0))
|
KEEP (*(.crt0 .crt0.*))
|
||||||
. = ALIGN(8);
|
. = ALIGN(8);
|
||||||
} :krnlldr
|
} :krnlldr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue