]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/aseg.lds
more keys: up down left right
[netwatch.git] / aseg / aseg.lds
index 290502701ab32ca594096835919134208b24a3c4..83afbaeed1ef08323f9dc91b26df594a4dc2de54 100644 (file)
@@ -7,9 +7,7 @@ SECTIONS
                _start = .;
                aseg.o
                LONG(_stacktop);
-               LONG(_bss);
-               LONG(_bssend - _bss);
-               LONG(__start);
+               LONG(smi_entry);
                *(.text);
                *(.data);
                *(.rodata);
This page took 0.017938 seconds and 4 git commands to generate.