diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-10-14 00:16:22 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-10-14 00:16:22 +0200 |
commit | 2abe655e4b7b49377c6cb43d6959c897866ed4c2 (patch) | |
tree | e6f83ad386137f64e811ae9913875697748b8979 /ld_scripts/arm_flash_ram.ld | |
parent | c22df1415784186110bbf253e3fe2e231a55c9c3 (diff) |
Enable gc-sections.
Diffstat (limited to 'ld_scripts/arm_flash_ram.ld')
-rw-r--r-- | ld_scripts/arm_flash_ram.ld | 2 |
1 files changed, 1 insertions, 1 deletions
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.*) |