]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Increased stacksize for functions running in StartupHook.
authorpete <devnull@localhost>
Thu, 18 Mar 2010 13:03:01 +0000 (14:03 +0100)
committerpete <devnull@localhost>
Thu, 18 Mar 2010 13:03:01 +0000 (14:03 +0100)
arch/ppc/mpc55xx/scripts/linkscript_gcc.ldf

index 149a74460bfab150fb4a8f4985e5a0f43652658c..99604e2dfd77a212a08d0b0a3fbcf78103437329 100644 (file)
@@ -92,7 +92,7 @@ SECTIONS
        .t32_outport ALIGN(0x10): { *(.t32_outport); }                  > ram\r
        .got : AT(ALIGN(LOADADDR(.sdata)+SIZEOF(.sdata),4)) { *(.got.plt) *(.got) } > ram\r
        .bss : { *(.bss .bss.* COMMON .gnu.linkonce.b.*);__BSS_END      = .; }  > ram\r
-       .init_stack ALIGN(16) (NOLOAD) : {      __SP_END        = .;. = . + 200;        __SP_INIT       = .; } > ram\r
+       .init_stack ALIGN(16) (NOLOAD) : {      __SP_END        = .;. = . + 1000;       __SP_INIT       = .; } > ram\r
        /* Fls RAM section */\r
        .fls_ram ALIGN(16) (NOLOAD) : {\r
                __FLS_ERASE_RAM__ = .;\r