From 43d7a75369286dc3b39b858df34f66b0b45de34e Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 17 Dec 2011 02:00:59 +0000 Subject: Get the linker files that slipped through in r31337. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31338 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/app.lds | 9 ++++----- firmware/target/arm/as3525/boot.lds | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'firmware/target/arm/as3525') diff --git a/firmware/target/arm/as3525/app.lds b/firmware/target/arm/as3525/app.lds index b24a2cf00b..c2fce0dcec 100644 --- a/firmware/target/arm/as3525/app.lds +++ b/firmware/target/arm/as3525/app.lds @@ -57,7 +57,6 @@ SECTIONS { _loadaddress = .; _textstart = .; - *(.text) *(.text*) *(.glue_7) *(.glue_7t) @@ -84,9 +83,9 @@ SECTIONS .iram : { _iramstart = .; - *(.icode) - *(.irodata) - *(.idata) + *(.icode*) + *(.irodata*) + *(.idata*) . = ALIGN(0x4); _iramend = .; } > IRAM AT> DRAM @@ -97,7 +96,7 @@ SECTIONS { _iedata = .; *(.qharray) - *(.ibss) + *(.ibss*) . = ALIGN(0x4); _iend = .; } > IRAM diff --git a/firmware/target/arm/as3525/boot.lds b/firmware/target/arm/as3525/boot.lds index 2274eea13a..9861ef2125 100644 --- a/firmware/target/arm/as3525/boot.lds +++ b/firmware/target/arm/as3525/boot.lds @@ -23,7 +23,7 @@ SECTIONS *(.glue_7) *(.glue_7t) *(.text*) - *(.icode) + *(.icode*) } > IRAM .data : { -- cgit v1.2.3