mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 13:49:24 +01:00
wut.ld: don't EXTERN(_start)
This made _start be an always undefined symbol, which kinda backdoors ld's existing system for determining entrypoints. This will be important in the next commit ;D
This commit is contained in:
parent
5087ca6c88
commit
5528236b56
@ -8,7 +8,6 @@ MEMORY {
|
|||||||
loadmem (rwx) : ORIGIN = 0xC0000000, LENGTH = 128M
|
loadmem (rwx) : ORIGIN = 0xC0000000, LENGTH = 128M
|
||||||
}
|
}
|
||||||
|
|
||||||
EXTERN(_start)
|
|
||||||
ENTRY(_start)
|
ENTRY(_start)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user