]> sourceware.org Git - newlib-cygwin.git/commitdiff
arc: Add align keyword.
authorClaudiu Zissulescu <claziss@synopsys.com>
Tue, 28 Jun 2016 13:12:16 +0000 (15:12 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 11 Aug 2016 08:59:54 +0000 (10:59 +0200)
libgloss/
2016-06-28  Claudiu Zissulescu  <claziss@synopsys.com>

* arc/crt0.S: Add align keyword.

libgloss/arc/crt0.S

index 7db07fff0ac1e4348ebf9890479a130f24a0b6cf..205b1266671698a75c4f04b5df5b9015ed148efc 100644 (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
This page took 0.0318 seconds and 5 git commands to generate.