1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-24 03:15:06 +03:00
openwrt-xburst/target/linux/generic-2.6/image/lzma-loader/src/lzma-copy.lds.in
mbm 9e0a57b449 move target/image/platform to target/linux/platform/image
platform directories are now self contained


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28 20:14:41 +00:00

21 lines
253 B
Plaintext

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