openwrtv3/target/linux/brcm47xx/image/lzma-loader/src/decompress.lds.in
2010-06-26 20:41:49 +00:00

20 lines
186 B
Text

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