mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 12:36:35 +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);
|
. = ALIGN(4);
|
||||||
} > iwram
|
} > iwram
|
||||||
|
|
||||||
.stack 0x80000 : {
|
|
||||||
*(.stack)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* discard anything not already mentioned */
|
/* discard anything not already mentioned */
|
||||||
/DISCARD/ : { *(*) }
|
/DISCARD/ : { *(*) }
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue