mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-28 05:45:03 -05: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:
@@ -8,7 +8,6 @@ MEMORY {
|
||||
loadmem (rwx) : ORIGIN = 0xC0000000, LENGTH = 128M
|
||||
}
|
||||
|
||||
EXTERN(_start)
|
||||
ENTRY(_start)
|
||||
|
||||
SECTIONS
|
||||
|
||||
Reference in New Issue
Block a user