X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld45_start_nothing;a=blobdiff_plain;f=game.ld;fp=game.ld;h=6e2df6092ab2d196438bf4b1c3aaa3e014559b30;hp=52a25f53410152ee2ee61e50fb0a916aa317abc9;hb=78cf90d60c7cdbfcb8bc1d3e3d03a577d1b70f7b;hpb=2cef53ae69622dc995fa0f4ac7a6d793684b4403 diff --git a/game.ld b/game.ld index 52a25f5..6e2df60 100644 --- a/game.ld +++ b/game.ld @@ -21,6 +21,7 @@ SECTIONS { . = 1M; _main_start = .; + .startup : { * (*.startup); } .text : { * (.text); } .data : { * (.data); }