move target/image/platform to target/linux/platform/image platform directories are...
[openwrt/openwrt.git] / target / linux / brcm-2.6 / image / lzma-loader / src / decompress.lds.in
1 OUTPUT_ARCH(mips)
2 ENTRY(entry)
3 SECTIONS {
4 . = BZ_TEXT_START;
5 .text : {
6 *(.text.entry)
7 *(.text)
8 *(.rodata)
9 }
10
11 .data : {
12 *(.data)
13 }
14
15 .bss : {
16 *(.bss)
17 }
18
19 workspace = .;
20 }