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

@@ -158,11 +158,11 @@ arm9ExceptionHandlerAddressTable:
.word prefetchAbortHandler @ Prefetch abort
.word dataAbortHandler @ Data abort
.section .arm9_exception_handlers.bss, "w", %nobits
.section .arm9_exception_handlers.bss, "aw", %nobits
.align 4
.global arm9ExceptionHandlerSvcBreakAddress
arm9ExceptionHandlerSvcBreakAddress:
.word 0
.skip 4
_regs: .skip (4 * 17)