diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-03 12:13:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-03 12:13:57 +0000 |
commit | c9667b5b4b2bbe93299cfb07ed8b2b0a8654896c (patch) | |
tree | 0da04e1d67c4b88214ca004ba7220296d3021023 | |
parent | a37f62d2b84d3eb6bc9238f0fdf4b9af12a6cbd5 (diff) | |
download | ChibiOS-c9667b5b4b2bbe93299cfb07ed8b2b0a8654896c.tar.gz ChibiOS-c9667b5b4b2bbe93299cfb07ed8b2b0a8654896c.tar.bz2 ChibiOS-c9667b5b4b2bbe93299cfb07ed8b2b0a8654896c.zip |
Fixed bug 3058731.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2159 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 971a865bd..62ecf0ed1 100644 --- a/readme.txt +++ b/readme.txt @@ -62,6 +62,8 @@ *****************************************************************************
*** 2.1.2 ***
+- FIX: Fixed potential issue with GCC reorganizing instructions around "asm
+ volatile" statements (bug 3058731)(backported in 2.0.4).
- FIX: Fixed reduced ARM7 performance with GCC 4.5.x (bug 3056866)(backported
to 2.0.4).
- FIX: Fixed crash of the Posix simulator under Ubuntu 10.4 (bug 3055329)
|