From d5a17024f554a75406e6dde41922d8db8ea0b0fa Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 4 Oct 2017 19:48:31 +0000 Subject: Moved the weak Boot_Handler in the .boot section (as .boot is in the rules.ld now) git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10773 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/vectors.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os') diff --git a/os/common/startup/ARM/compilers/GCC/vectors.S b/os/common/startup/ARM/compilers/GCC/vectors.S index 0584b4edc..3aedc58eb 100644 --- a/os/common/startup/ARM/compilers/GCC/vectors.S +++ b/os/common/startup/ARM/compilers/GCC/vectors.S @@ -95,10 +95,10 @@ _unhandled_exception: /* * Default boot handler. Jump to Reset_Handler */ + .section .boot, "ax" .weak Boot_Handler Boot_Handler: - b Reset_Handler - + b Reset_Handler #endif /** @} */ -- cgit v1.2.3