]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/processor-pdk-build.git/commitdiff
Fix for C7x stack alignment
authorPiyali Goswami <piyali_g@ti.com>
Fri, 17 May 2019 17:06:50 +0000 (22:36 +0530)
committerPiyali Goswami <piyali_g@ti.com>
Fri, 17 May 2019 17:08:08 +0000 (22:38 +0530)
Signed-off-by: Piyali Goswami <piyali_g@ti.com>
j721e/linker_c7x.lds

index 2e9f13436b9d251a91a2f4e16f3dae3c3dc9813b..e7d3bf0fc8564ed108512a30423cbedd5aa3baa8 100755 (executable)
@@ -61,7 +61,7 @@
  */
 -c
 -heap  0x20000
--stack 0x8000
+-stack 0x20000
 --args 0x1000
 --diag_suppress=10068 // "no matching section"
 
@@ -91,7 +91,7 @@ SECTIONS
 
     .cinit      >       MSMCSRAM  /* could be part of const */
     .init_array >       MSMCSRAM  /* C++ initializations */
-    .stack align = 0x100 >       MSMCSRAM
+    .stack align = 0x4000 >       MSMCSRAM
     .args       >       MSMCSRAM
     .cio        >       MSMCSRAM
     .const      >       MSMCSRAM