From 572bf197fa21b83b5b69d280488d73628d7f3b9a Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 4 Oct 2017 19:44:50 +0000 Subject: Added .boot section to startup git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10772 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/ld/rules.ld | 1 + 1 file changed, 1 insertion(+) (limited to 'os/common/startup/ARM/compilers/GCC/ld') diff --git a/os/common/startup/ARM/compilers/GCC/ld/rules.ld b/os/common/startup/ARM/compilers/GCC/ld/rules.ld index 219d0d420..ac4e969bd 100644 --- a/os/common/startup/ARM/compilers/GCC/ld/rules.ld +++ b/os/common/startup/ARM/compilers/GCC/ld/rules.ld @@ -51,6 +51,7 @@ SECTIONS startup : ALIGN(16) SUBALIGN(16) { KEEP(*(.vectors)) + KEEP(*(.boot)) } > flash constructors : ALIGN(4) SUBALIGN(4) -- cgit v1.2.3