Fix tic54x regression
authorAlan Modra <amodra@gmail.com>
Tue, 22 Mar 2016 12:18:37 +0000 (22:48 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 22 Mar 2016 12:18:37 +0000 (22:48 +1030)
commit49636823b07446b61ef8cdc17898bef3c8202325
treedd416ccf756ac0fc308fffaf46f084dafa3007fa
parent39a0d071ae10ab953d6bb986ec40996c771db78f
Fix tic54x regression

One of the tic54x testcases looks for a section alignment of 1.  After
9136aa49 the alignment became 0.  While it happens that an alignment
of 0 is treated as an alignment of 1, there is no reason to not apply
the explicit alignment.

* write.c (record_alignment): Revert 2016-02-18 change.
gas/ChangeLog
gas/write.c