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:
Ash Logan 2019-05-03 17:59:34 +10:00
parent 5087ca6c88
commit 5528236b56

View File

@ -8,7 +8,6 @@ MEMORY {
loadmem (rwx) : ORIGIN = 0xC0000000, LENGTH = 128M
}
EXTERN(_start)
ENTRY(_start)
SECTIONS