summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-02-29 10:01:18 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-02-29 10:01:18 +0000
commiteba1a2fc06f269191407b734779b60b2e012b8e7 (patch)
tree643d9c51b8a85da31a2707804c1959acb3349866 /Changelog
parentf4954776822ac0b32d5ed659301f2377950f9ca1 (diff)
Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1832 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 3855365..87220ca 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-Release 1.10, 2012-02-28
+Release 1.10, 2012-02-29
========================
Improvements in confidence:
@@ -34,6 +34,9 @@ Performance improvements:
Other improvements:
- PowerPC/EABI: uninitialized global variables now go in common (bss) section.
- PowerPC: work around limited excursion of conditional branch instructions.
+- Reference interpreter: better printing of pointer values and locations.
+- Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt> to pass
+ specific options to the preprocessor, assembler, or linker, respectively.
Release 1.9.1, 2011-11-28