aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2014-12-18 14:20:28 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2014-12-18 14:20:28 +0100
commite11388aac1f4f635e3c32d9b3200de16d779c630 (patch)
tree8700978af99d3c8d3674b216f1652e8fc73b7c8a /Changelog
parent04292034ef23e8cfdab593b7d248368085631881 (diff)
downloadcompcert-kvx-e11388aac1f4f635e3c32d9b3200de16d779c630.tar.gz
compcert-kvx-e11388aac1f4f635e3c32d9b3200de16d779c630.zip
No longer include a pre-generated Parser.v in the distribution.
Assorted updates to configure and Makefile.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 87b2174f..4b8c3ff2 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,11 @@
- Upgraded Flocq to version 2.4.0.
- cchecklink: added option "-files-from" to read .sdump file names
from a file or from standard input.
+- Revised handling of "common" global declarations, fixes an issue
+ with uninitialized declarations of "const" global variables.
+- Use a Makefile instead of ocamlbuild to compile the OCaml code.
+
+
Release 2.4, 2014-09-17
=======================