X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/db9fad13f192963786c7ac90d305467ac00bd145:/netwatch/aseg.lds..4e3ef36be657e274f91162edbbf13265abb23319:/netwatch/netwatch-large.lds diff --git a/netwatch/aseg.lds b/netwatch/netwatch-large.lds similarity index 83% rename from netwatch/aseg.lds rename to netwatch/netwatch-large.lds index cf14790..9bf3b8a 100644 --- a/netwatch/aseg.lds +++ b/netwatch/netwatch-large.lds @@ -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;