summaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-19 11:44:08 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-19 11:44:08 +0000
commit5b208a425d6e1b37cefc14a6446fc050b92eb325 (patch)
treeabecd0dd2437e0eeedf190ba04e7080e51adacee /include/ChangeLog
parentc3c18155df7581762391accd63455a8f95fad83d (diff)
2015-03-19 Richard Biener <rguenther@suse.de>
* partition.h (struct partition_elem): Re-order elements to avoid padding. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221514 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index bd072ae59b4d..e9a51a7a30bf 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-19 Richard Biener <rguenther@suse.de>
+
+ * partition.h (struct partition_elem): Re-order elements to
+ avoid padding.
+
2015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de>
PR target/65261