These directives are allowed without an operand. .balign .align .p2align Such forms should probably be removed.
The master branch has been updated by Nick Clifton <nickc@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=915808f652b63746052b1ef59403650b45a30e4f commit 915808f652b63746052b1ef59403650b45a30e4f Author: Nick Clifton <nickc@redhat.com> Date: Wed Jan 8 17:00:54 2020 +0000 Document the fact that the assembler's alignment pseudo-ops can be issued without any argumemtns. PR 25284 * doc/as.texi (Align): Document the fact that all arguments can be omitted. (Balign): Likewise. (P2align): Likewise.
Hi Ray, I prefer not to change the assembler's behaviour in a situation like this, so instead I have documented what happens. Cheers Nick