On Tue, Apr 21, 2020 at 7:28 AM wrote:
>
> From: Mitchell Horne
>
> When compiling the API demo program, the first object file in the linker
> arguments is crt0.o, which contains the _start routine. This is done
> with the hope that it will appear first in the .text section, but the
> linker does
From: Mitchell Horne
When compiling the API demo program, the first object file in the linker
arguments is crt0.o, which contains the _start routine. This is done
with the hope that it will appear first in the .text section, but the
linker doesn't guarantee this behaviour.
Add a simple linker sc
2 matches
Mail list logo