arc: libgloss: Switch from .balign to .align

.align is supported by both GCC & MetaWare compiler for ARC,
yet implements the same semantics as .balign which only works
with GCC.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
Alexey Brodkin 2024-08-20 15:10:37 +03:00 committed by Jeff Johnston
parent c3561210ed
commit d7d4fe4f4a
1 changed files with 1 additions and 1 deletions

View File

@ -276,4 +276,4 @@ _exit_halt:
nop
#endif
b @_exit_halt
.balign 4
.align 4