diff nuc-fw/sysglue/sysinit.S @ 87:321f6a9ae989

nuc-fw: fixed .section and .align assembly directives
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 22 Aug 2013 18:53:27 +0000
parents 39b1c369b67f
children 2c5160a9d652
line wrap: on
line diff
--- a/nuc-fw/sysglue/sysinit.S	Tue Aug 20 07:02:36 2013 +0000
+++ b/nuc-fw/sysglue/sysinit.S	Thu Aug 22 18:53:27 2013 +0000
@@ -4,7 +4,7 @@
  * to both the regular flashable build and the fc-xram development build.
  */
 
-	.section	iram.vectors
+	.section	iram.vectors,"ax",%progbits
 	.code	32
 /* no useful handlers for the 5 error exceptions yet */
 	b	.
@@ -17,7 +17,7 @@
 /* no useful FIQ handler yet */
 	b	.
 
-	.section	xip.text
+	.section	xip.text,"ax",%progbits
 	.code	32
 	.globl	_FlashorXram_entry
 _FlashorXram_entry: