diff options
Diffstat (limited to 'ld/sa29200.sc-sh')
-rwxr-xr-x | ld/sa29200.sc-sh | 12 |
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) |