summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700/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/s5l8700/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/s5l8700/app.lds')
-rw-r--r--firmware/target/arm/s5l8700/app.lds9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/target/arm/s5l8700/app.lds b/firmware/target/arm/s5l8700/app.lds
index aa37addbf6..01b57c3bbd 100644
--- a/firmware/target/arm/s5l8700/app.lds
+++ b/firmware/target/arm/s5l8700/app.lds
@@ -51,7 +51,6 @@ SECTIONS
51 _loadaddress = .; 51 _loadaddress = .;
52 _textstart = .; 52 _textstart = .;
53 *(.init.text) 53 *(.init.text)
54 *(.text)
55 *(.text*) 54 *(.text*)
56 *(.glue_7) 55 *(.glue_7)
57 *(.glue_7t) 56 *(.glue_7t)
@@ -78,9 +77,9 @@ SECTIONS
78 .iram : 77 .iram :
79 { 78 {
80 _iramstart = .; 79 _iramstart = .;
81 *(.icode) 80 *(.icode*)
82 *(.irodata) 81 *(.irodata*)
83 *(.idata) 82 *(.idata*)
84 . = ALIGN(0x4); 83 . = ALIGN(0x4);
85 _iramend = .; 84 _iramend = .;
86 } > IRAM AT> DRAM 85 } > IRAM AT> DRAM
@@ -90,7 +89,7 @@ SECTIONS
90 { 89 {
91 _iedata = .; 90 _iedata = .;
92 *(.qharray) 91 *(.qharray)
93 *(.ibss) 92 *(.ibss*)
94 . = ALIGN(0x4); 93 . = ALIGN(0x4);
95 _iend = .; 94 _iend = .;
96 } > IRAM 95 } > IRAM