4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

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

View File

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