aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-06-29 08:00:15 +0930
committerAlan Modra <amodra@gmail.com>2016-06-29 08:37:00 +0930
commit1275dd72471e6059d82685dd8a4d96e30e0f3afc (patch)
tree39bfee0c80d3b1868cb05da9e988022d57b889cf /gold/ChangeLog
parent38ac44ac99b59a97e72502716e056ad60a433501 (diff)
downloadgdb-1275dd72471e6059d82685dd8a4d96e30e0f3afc.zip
gdb-1275dd72471e6059d82685dd8a4d96e30e0f3afc.tar.gz
gdb-1275dd72471e6059d82685dd8a4d96e30e0f3afc.tar.bz2
[GOLD] alignment test
PowerPC gcc aligns char arrays to a word which results in the test failing since it expects a char alignment. As the test already uses gcc attributes to assign variables to sections, we may as well use an attribute to align too. * testsuite/plugin_layout_with_alignment.c: Explicitly align all variables.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 1b9bb83..56e52dc 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,10 @@
2016-06-29 Alan Modra <amodra@gmail.com>
+ * testsuite/plugin_layout_with_alignment.c: Explicitly align all
+ variables.
+
+2016-06-29 Alan Modra <amodra@gmail.com>
+
* testsuite/Makefile.am (copy_test_protected): Disable for powerpc.
* testsuite/Makefile.in: Regenerate.