arc: Add align keyword.

libgloss/
2016-06-28  Claudiu Zissulescu  <claziss@synopsys.com>

	* arc/crt0.S: Add align keyword.
This commit is contained in:
Claudiu Zissulescu 2016-06-28 15:12:16 +02:00 committed by Corinna Vinschen
parent 7b1080d9aa
commit 1baa8bb843
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ IVT_ENTRY(IRQ_20) ; 20 0x50 80
.global __start
.type __start, @function
.align 4
#ifdef __ARC601__
; Startup code for the ARC601 processor
__start:
@ -210,7 +210,7 @@ __start:
.section .text._exit_halt,"ax",@progbits
.global _exit_halt
.type _exit_halt, @function
.align 4
_exit_halt:
; r0 contains exit code
flag 1