openwrtv3/openwrt/target/image/generic/lzma-loader/src/lzma-copy.lds.in
Felix Fietkau b0cf6af7c2 move target/linux/image to target/image
SVN-Revision: 4040
2006-06-21 14:02:29 +00:00

20 lines
253 B
Text

OUTPUT_ARCH(mips)
ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = @LOADADDR@;
.text :
{
_ftext = . ;
*(.text)
*(.rodata)
} =0
.reginfo : { *(.reginfo) }
.bss :
{
*(.bss)
}
}