Root/target/linux/brcm-2.4/image/lzma-loader/src/decompress.lds.in

1OUTPUT_ARCH(mips)
2ENTRY(entry)
3SECTIONS {
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}
21

Archive Download this file



interactive