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=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b 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;