aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 25400a7c..49c3128d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,8 @@
-- Support for "aligned" attributes on global variables, e.g.
+- Support for "aligned" and "section" attributes on global variables, e.g.
__attribute__((aligned(16))) int x;
+- Experimental emulation of packed structs (flag -fpacked-structs).
+
- Pointer comparisons now treated as unsigned comparisons (previously: signed).
This fixes an issue with arrays straddling the 0x8000_0000 boundary.
Consequently, the "ofs" part of pointer values "Vptr b ofs" is
@@ -15,7 +17,7 @@
- The requirement that pointers be valid in pointer comparisons
was pushed through all intermediate languages of the back-end
- (previously: requirement present only in up to Csharpminor).
+ (previously: requirement present only up to Csharpminor).
- Improvements to the compiler driver:
. -E option now prints preprocessed result to standard output