[GOLD] alignment test
authorAlan Modra <amodra@gmail.com>
Tue, 28 Jun 2016 22:30:15 +0000 (08:00 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 28 Jun 2016 23:07:00 +0000 (08:37 +0930)
commit1275dd72471e6059d82685dd8a4d96e30e0f3afc
tree39bfee0c80d3b1868cb05da9e988022d57b889cf
parent38ac44ac99b59a97e72502716e056ad60a433501
[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.
gold/ChangeLog
gold/testsuite/plugin_layout_with_alignment.c