fixed linker script and stack align issues.

This commit is contained in:
aozima
2019-10-22 09:47:41 +08:00
parent c1bf9e645e
commit 525d353403
16 changed files with 29 additions and 21 deletions
+1
View File
@@ -33,6 +33,7 @@
.globl stack_start
.globl stack_top
.align 3
stack_start:
.rept ISR_Stack_Size
.long 0
+1
View File
@@ -41,6 +41,7 @@
.globl stack_start
.globl stack_top
.align 3
stack_start:
.rept ISR_Stack_Size
.byte 0
+1
View File
@@ -36,6 +36,7 @@
.globl stack_start
.globl stack_top
.align 3
stack_start:
.rept (UND_Stack_Size + SVC_Stack_Size + ABT_Stack_Size + FIQ_Stack_Size + IRQ_Stack_Size)
.byte 0
+1
View File
@@ -47,6 +47,7 @@
.globl stack_start
.globl stack_top
.align 3
stack_start:
.rept ISR_Stack_Size
.byte 0
+1
View File
@@ -33,6 +33,7 @@
.globl stack_start
.globl stack_top
.align 3
.bss
stack_start:
.rept ISR_Stack_Size