From cba1776dbbfc73be0ec203ddff2244e0983466cd Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 5 Jun 2021 05:43:14 +0000 Subject: [PATCH] naming problem git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14476 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks_c1.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks_c1.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks_c1.ld index 4ffc029f4..13a290de0 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks_c1.ld +++ b/os/common/startup/ARMCMx/compilers/GCC/ld/rules_stacks_c1.ld @@ -31,7 +31,7 @@ SECTIONS } > C1_MAIN_STACK_RAM /* Special section for process stack.*/ - .pstack (NOLOAD) : + .c1_pstack (NOLOAD) : { . = ALIGN(8); __c1_process_stack_base__ = .;