aboutsummaryrefslogtreecommitdiff
path: root/ld/sa29200.sc-sh
diff options
context:
space:
mode:
Diffstat (limited to 'ld/sa29200.sc-sh')
-rwxr-xr-xld/sa29200.sc-sh12
1 files changed, 11 insertions, 1 deletions
diff --git a/ld/sa29200.sc-sh b/ld/sa29200.sc-sh
index ede39d6..d0a395b 100755
--- a/ld/sa29200.sc-sh
+++ b/ld/sa29200.sc-sh
@@ -6,14 +6,24 @@ SECTIONS {
.text ${RELOCATING+${TEXT_START_ADDR}} :
{
*(.text);
+ *(.text1);
+ *(.text2);
${RELOCATING+_etext = .};
}
- data . :
+ .lit . :
+ {
+ *(.lit);
+ ${RELOCATING+_elit = .};
+ }
+ .data . :
{
*(.data);
+ *(.data1);
+ *(.data2);
${RELOCATING+_edata = .};
${CONSTRUCTING+CONSTRUCTORS}
}
+
.bss . :
{
*(COMMON)