From e05b6ee99440564c713b0dfc3db09ec5e211f18b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 1 Oct 2016 09:09:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9833 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/startup/ARMCMx/devices') diff --git a/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S b/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S index 07fa513c1..1230fd9a5 100644 --- a/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S +++ b/os/common/startup/ARMCMx/devices/XMC1100/veneers_gcc.S @@ -41,7 +41,7 @@ .thumb - .section .vecttirs, "ax", %progbits + .section .vectors, "ax", %progbits .align 4 .globl _vectors _vectors: -- cgit v1.2.3