DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
96 stars 14 forks source link

_start should default to the first address in the first object when not provided. #193

Open hach-que opened 11 years ago

hach-que commented 11 years ago

stubsys and other kernels require a _start label to jump to when linking. This should default to the first link object if it is not provided.