From 272a505a610628d639da7dac58cd4d4c58ff59cb Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 24 Apr 2003 20:25:10 +0000 Subject: Added word alignment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3606 a1c6a512-1295-4272-9138-f99709370657 --- firmware/app.lds | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/app.lds b/firmware/app.lds index 80feea3ff3..4dc20ac05e 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -31,6 +31,7 @@ SECTIONS .text : { *(.text) + . = ALIGN(0x4); } > DRAM .data : @@ -42,6 +43,7 @@ SECTIONS { *(.rodata) *(.rodata.str1.4) + . = ALIGN(0x4); } > DRAM .stack : -- cgit v1.2.3