Root/target/linux/brcm47xx/image/lzma-loader/src/loader.lds.in

1OUTPUT_ARCH(mips)
2ENTRY(startup)
3SECTIONS {
4    . = TEXT_START;
5    .text : {
6        *(.text)
7        *(.rodata)
8    }
9
10    .data : {
11        *(.data)
12    }
13
14    .bss : {
15        *(.bss)
16    }
17}
18

Archive Download this file



interactive