From 2abe655e4b7b49377c6cb43d6959c897866ed4c2 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 14 Oct 2012 00:16:22 +0200 Subject: Enable gc-sections. --- ld_scripts/arm_flash_ram.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld_scripts') diff --git a/ld_scripts/arm_flash_ram.ld b/ld_scripts/arm_flash_ram.ld index 4839b16..9e3f983 100644 --- a/ld_scripts/arm_flash_ram.ld +++ b/ld_scripts/arm_flash_ram.ld @@ -23,7 +23,7 @@ SECTIONS { PROVIDE(_fini_array_end = .); } > flash - .text : ALIGN(16) SUBALIGN(16) { + .text : ALIGN(4) SUBALIGN(4) { *(.text.startup.*) *(.text) *(.text.*) -- cgit v1.2.3