Fixed bug 3058731.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2159 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-09-03 12:13:57 +00:00
parent a37f62d2b8
commit c9667b5b4b
1 changed files with 2 additions and 0 deletions

View File

@ -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)