summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-05-24 13:28:41 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-05-24 13:28:41 +0000
commit37447ffb3242d1d8ffa7c60eedeea848bd4ba956 (patch)
treea71ae23304aa9aaa0000ae70dce7c6a7f0c64f93 /Changelog
parent5b9d443a3a7f1be0e229bfc424dc857f080ef485 (diff)
Update for release 1.8.2
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1656 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 49c3128..5a8271a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+Release 1.8.2, 2011-05-24
+=========================
+
- Support for "aligned" and "section" attributes on global variables, e.g.
__attribute__((aligned(16))) int x;