gas: use .balign instead of .align
commitc8ffe7262f28022854a504cb8260e0cfdd8c55ed
authorQuentin Carbonneaux <quentin@c9x.me>
Thu, 2 May 2019 22:09:40 +0000 (3 00:09 +0200)
committerQuentin Carbonneaux <quentin@c9x.me>
Thu, 2 May 2019 22:09:40 +0000 (3 00:09 +0200)
tree01d9b1c6d2ae907a16790266d06e973b88d460a8
parent84b889c6ef536de35ac0360d28c057c8548a42c1
gas: use .balign instead of .align

.align N can either mean align to
the next multiple of N or align to
the next multiple of 1<<N.

Credit goes to Jorge Acereda MaciĆ”
for reporting this issue.
gas.c