diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-05-02 14:27:14 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-05-02 14:27:14 +0000 |
commit | 63722daa40aabf505c634d5cd88b03574f96dc70 (patch) | |
tree | f0c766233c45e69a89767eee1361ca37a0b1d612 /Changelog | |
parent | 464c4a4847e360a558e40b50b1bdab5b77ead20e (diff) |
ARM: honor common variables.
Changelog: update.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2475 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ Usability: - Various tweaks in IRC graph coloring to reduce compilation time. Improvements in ABI conformance: -- IA32: revised handling of "common" variables to conform with ABI. +- New target platform: ARM with EABI "hard float" calling conventions + (armhf in Debian's classification). +- IA32 and ARM: revised handling of "common" variables to conform with ABI. Bug fixing: - In -fbitfields emulation: "a->f" was not properly rewritten if "a" |