]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/netwatch-large.lds
Commit GDB patch from Jacob Potter.
[netwatch.git] / netwatch / netwatch-large.lds
similarity index 83%
rename from netwatch/aseg.lds
rename to netwatch/netwatch-large.lds
index cf14790b025752b87bbda39f029cb834f7f50ec4..9bf3b8a52dc3f0ae336d5ba4652622fffd5270e1 100644 (file)
@@ -19,8 +19,11 @@ SECTIONS
 
        . = 0x200000;
 
-       .text : { *(.text); }
-       .data : { *(.data); }
+       .text : {
+               *(.text);
+               *(SORT(.table.*));
+       }
+       .data : { *(.data); *(.data2); }
        .rodata : { *(.rodata); }
        .text : { *(.text); }
        
@@ -32,7 +35,7 @@ SECTIONS
        .stack : { 
                . = . + 0x10000;
                . = ALIGN(0x10);
-               _stacktop = .;
+               _primary_stack_top = .;
        }
 
        . = 0x10000;
This page took 0.023555 seconds and 4 git commands to generate.