Merge pull request #9 from yifanlu/master

Add support for changing start address in 3dsx linker script
This commit is contained in:
Dave Murphy 2016-03-26 14:38:02 +00:00
commit f9dd6655ec

View File

@ -13,8 +13,8 @@ SECTIONS
{
/* =========== CODE section =========== */
. = 0x100000;
__start__ = . ;
PROVIDE(__start__ = 0x100000);
. = __start__;
.text ALIGN(0x1000) :
{