summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/app.lds
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-12-17 02:00:59 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-12-17 02:00:59 +0000
commit43d7a75369286dc3b39b858df34f66b0b45de34e (patch)
treebd14bf4c6d991cba6d00bc622b1a41794bb36838 /firmware/target/arm/as3525/app.lds
parent28dec004c0782e81661d9803ddf51a19b58dc469 (diff)
downloadrockbox-43d7a75369286dc3b39b858df34f66b0b45de34e.tar.gz
rockbox-43d7a75369286dc3b39b858df34f66b0b45de34e.zip
Get the linker files that slipped through in r31337.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/app.lds')
-rw-r--r--firmware/target/arm/as3525/app.lds9
1 files changed, 4 insertions, 5 deletions
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
57 { 57 {
58 _loadaddress = .; 58 _loadaddress = .;
59 _textstart = .; 59 _textstart = .;
60 *(.text)
61 *(.text*) 60 *(.text*)
62 *(.glue_7) 61 *(.glue_7)
63 *(.glue_7t) 62 *(.glue_7t)
@@ -84,9 +83,9 @@ SECTIONS
84 .iram : 83 .iram :
85 { 84 {
86 _iramstart = .; 85 _iramstart = .;
87 *(.icode) 86 *(.icode*)
88 *(.irodata) 87 *(.irodata*)
89 *(.idata) 88 *(.idata*)
90 . = ALIGN(0x4); 89 . = ALIGN(0x4);
91 _iramend = .; 90 _iramend = .;
92 } > IRAM AT> DRAM 91 } > IRAM AT> DRAM
@@ -97,7 +96,7 @@ SECTIONS
97 { 96 {
98 _iedata = .; 97 _iedata = .;
99 *(.qharray) 98 *(.qharray)
100 *(.ibss) 99 *(.ibss*)
101 . = ALIGN(0x4); 100 . = ALIGN(0x4);
102 _iend = .; 101 _iend = .;
103 } > IRAM 102 } > IRAM