From 345779a579448b3a799d5a8c8978530cef1a807f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 5 Dec 2017 13:55:21 +0000 Subject: Fixed one GHS port problem, there are more. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11119 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/e200/compilers/GHS/ld/SPC56EC74.ld | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'os/common') diff --git a/os/common/startup/e200/compilers/GHS/ld/SPC56EC74.ld b/os/common/startup/e200/compilers/GHS/ld/SPC56EC74.ld index 90b831629..1023afebc 100644 --- a/os/common/startup/e200/compilers/GHS/ld/SPC56EC74.ld +++ b/os/common/startup/e200/compilers/GHS/ld/SPC56EC74.ld @@ -32,14 +32,13 @@ SECTIONS { __ivpr_base__ = .; *(.boot) + *(.handlers) + *(.crt0) } > flash - .boot1 ALIGN(16) : + .vectors ALIGN(0x800) : { - *(.handlers) - *(.crt0) /* The vectors table requires a 2kB alignment.*/ - . = ALIGN(0x800); *(.vectors) } > flash -- cgit v1.2.3