X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Fscripttempl%2Felf32cr16.sc;fp=ld%2Fscripttempl%2Felf32cr16.sc;h=61351c579bdfa6e2ddf54a641afdf4782dc05970;hp=2e62fa2f5c76c04f67cb5ada4cb5d052f5bfa3c0;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/scripttempl/elf32cr16.sc b/ld/scripttempl/elf32cr16.sc index 2e62fa2..61351c5 100644 --- a/ld/scripttempl/elf32cr16.sc +++ b/ld/scripttempl/elf32cr16.sc @@ -10,15 +10,9 @@ cat < ram - .stack : + .stack (NOLOAD) : { . = ALIGN(4); . += 0x6000; __STACK_START = .; } > ram - .istack : + .istack (NOLOAD) : { . = ALIGN(4); . += 0x100;