[FREELDR]: Put ARM boot code in .init section to guarantee it goes first in the file...
authorSir Richard <sir_richard@svn.reactos.org>
Tue, 23 Nov 2010 17:22:33 +0000 (17:22 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Tue, 23 Nov 2010 17:22:33 +0000 (17:22 +0000)
svn path=/trunk/; revision=49750

reactos/boot/freeldr/freeldr/arch/arm/boot.s

index cbe9e9b..0114bb7 100644 (file)
@@ -9,6 +9,7 @@
     .title "ARM FreeLDR Entry Point"
     .include "ntoskrnl/include/internal/arm/kxarm.h"
     .include "ntoskrnl/include/internal/arm/ksarm.h"
     .title "ARM FreeLDR Entry Point"
     .include "ntoskrnl/include/internal/arm/kxarm.h"
     .include "ntoskrnl/include/internal/arm/ksarm.h"
+    .section .init
 
     NESTED_ENTRY _start
     PROLOG_END _start
 
     NESTED_ENTRY _start
     PROLOG_END _start