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:
parent
c3561210ed
commit
d7d4fe4f4a
@ -276,4 +276,4 @@ _exit_halt:
|
||||
nop
|
||||
#endif
|
||||
b @_exit_halt
|
||||
.balign 4
|
||||
.align 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user