mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
remove stack section in linker script
This commit is contained in:
parent
c7d31a6cf9
commit
ea8be33d3c
1 changed files with 0 additions and 4 deletions
4
gba.ld
4
gba.ld
|
@ -42,10 +42,6 @@ SECTIONS {
|
|||
. = ALIGN(4);
|
||||
} > iwram
|
||||
|
||||
.stack 0x80000 : {
|
||||
*(.stack)
|
||||
}
|
||||
|
||||
/* discard anything not already mentioned */
|
||||
/DISCARD/ : { *(*) }
|
||||
}
|
Loading…
Add table
Reference in a new issue