aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-04-27 11:55:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-04-27 11:55:23 +0000
commit81b7c3b5a541e4a24438ed87735e4eb1da5999e7 (patch)
treeb0cacc760a091cf1941084d6aa200d8f62b5b04d
parent6471bff88b8423cc785999ed852e236b0ee56532 (diff)
downloadChibiOS-81b7c3b5a541e4a24438ed87735e4eb1da5999e7.tar.gz
ChibiOS-81b7c3b5a541e4a24438ed87735e4eb1da5999e7.tar.bz2
ChibiOS-81b7c3b5a541e4a24438ed87735e4eb1da5999e7.zip
Fixed bug #941.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11961 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/vectors.S2
-rw-r--r--readme.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/vectors.S b/os/common/startup/ARMCMx/compilers/GCC/vectors.S
index 598385c2a..6e3c35f91 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/vectors.S
+++ b/os/common/startup/ARMCMx/compilers/GCC/vectors.S
@@ -764,7 +764,7 @@ Vector3F4:
Vector3F8:
Vector3FC:
#endif
- b _unhandled_exception
+ bl _unhandled_exception
.thumb_func
.weak _unhandled_exception
diff --git a/readme.txt b/readme.txt
index 4110d8a70..cc09c8e6c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -115,6 +115,8 @@
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
+- OTH: Fixed short branch to _unhandled_exception in vectors.S (bug #941)
+ (backported to 18.2.1).
- HAL: Fixed IOBus PAL functions missing the const qualifier (bug #940)
(backported to 18.2.1 and 17.6.5).
- HAL: Fixed STM32 USBv1 driver does not reset data toggling bits on endpoint