1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-06 07:34:06 +02:00
openwrt-xburst/target/linux/brcm-2.4/image/lzma-loader/src/decompress.lds.in
2007-01-07 15:25:26 +00:00

21 lines
186 B
Plaintext

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