openwrt/target/linux/brcm-2.6/image/lzma-loader/src/decompress.lds.in

21 lines
186 B
Plaintext

OUTPUT_ARCH(mips)
ENTRY(entry)
SECTIONS {
. = BZ_TEXT_START;
.text : {
*(.text.entry)
*(.text)
*(.rodata)
}
.data : {
*(.data)
}
.bss : {
*(.bss)
}
workspace = .;
}