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
|
nop
|
||||||
#endif
|
#endif
|
||||||
b @_exit_halt
|
b @_exit_halt
|
||||||
.balign 4
|
.align 4
|
||||||
|
|
Loading…
Reference in New Issue