diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-29 08:30:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-29 08:30:27 +0000 |
commit | 2a0beade6daff12b4c42b53cb9b39f0fa2797fa5 (patch) | |
tree | 71bda872d680fd34d37925a6f2f0155e18717050 | |
parent | 95b19d5c196b9b0402fa9703a75ad97189bf0cc1 (diff) | |
download | ChibiOS-2a0beade6daff12b4c42b53cb9b39f0fa2797fa5.tar.gz ChibiOS-2a0beade6daff12b4c42b53cb9b39f0fa2797fa5.tar.bz2 ChibiOS-2a0beade6daff12b4c42b53cb9b39f0fa2797fa5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1125 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 962d1d348..542f6963a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,6 +3,7 @@ *****************************************************************************
*** 1.3.2 ***
+- FIX: Fixed GCC 4.4.x aliasing warnings (bug 2846336).
- FIX: Modified linker scripts for GCC 4.4.x (bug 2846302).
- FIX: Fixed the CH_OPTIMIZE_SPEED option in the CM3 port (bug 2846278).
- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162).
|