Fix bss being PROGBITS, etc.

This commit is contained in:
TuxSH
2018-05-23 19:06:20 +02:00
parent 33d40b491e
commit 9e7e967a5f
4 changed files with 5 additions and 5 deletions

View File

@@ -251,4 +251,4 @@ dataAbortHandler:
.bss
.balign 4
_regs: .skip (4 * 23)
_fatalExceptionOccured: .word 0
_fatalExceptionOccured: .skip 4

View File

@@ -127,7 +127,7 @@ safecpy_sz: .word _safecpy_end - safecpy
.balign 4
.global SGI0Handler
SGI0Handler: .word 0 @ see synchronization.c
SGI0Handler: .skip 4 @ see synchronization.c
.balign 4