From ea8be33d3ce46d5159bd44c805cb8f35e85dac54 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Tue, 13 Apr 2021 01:42:23 +0100 Subject: [PATCH] remove stack section in linker script --- gba.ld | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gba.ld b/gba.ld index 0a528c73..c5b5f3ea 100644 --- a/gba.ld +++ b/gba.ld @@ -42,10 +42,6 @@ SECTIONS { . = ALIGN(4); } > iwram - .stack 0x80000 : { - *(.stack) - } - /* discard anything not already mentioned */ /DISCARD/ : { *(*) } } \ No newline at end of file