git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6516 3c298f89-4303-0410-b956-a3cf2f4a3e73
[openwrt.git] / target / linux / brcm-2.4 / image / lzma-loader / src / decompress.lds.in
1 OUTPUT_ARCH(mips)
2 ENTRY(entry)
3 SECTIONS {
4 . = BZ_TEXT_START;
5 .text : {
6 *(.text.entry)
7 *(.text)
8 *(.rodata)
9 }
10
11 .data : {
12 *(.data)
13 }
14
15 .bss : {
16 *(.bss)
17 }
18
19 workspace = .;
20 }
This page took 0.043361 seconds and 5 git commands to generate.