projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
33f56f8a0934fe830bc9e006a5d50f159b09b6b7
[openwrt.git]
/
target
/
linux
/
brcm-2.6
/
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.041669 seconds
and
3
git commands to generate.