From 1baa8bb8431c8eac319168727b89ce38c8b66fbe Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Tue, 28 Jun 2016 15:12:16 +0200 Subject: [PATCH] arc: Add align keyword. libgloss/ 2016-06-28 Claudiu Zissulescu * arc/crt0.S: Add align keyword. --- libgloss/arc/crt0.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgloss/arc/crt0.S b/libgloss/arc/crt0.S index 7db07fff0..205b12666 100644 --- a/libgloss/arc/crt0.S +++ b/libgloss/arc/crt0.S @@ -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