projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'adm8668'
[openwrt.git]
/
target
/
linux
/
adm8668
/
image
/
lzma-loader
/
src
/
lzma.lds.in
1
OUTPUT_ARCH(mips)
2
ENTRY(entry)
3
SECTIONS
4
{
5
/* Read-only sections, merged into text segment: */
6
. = @LOADADDR@;
7
.text :
8
{
9
_ftext = . ;
10
*(.text.entry)
11
*(.text)
12
lzma_start = .;
13
kernel.o
14
lzma_end = .;
15
*(.rodata)
16
} =0
17
18
.reginfo : { *(.reginfo) }
19
20
.bss :
21
{
22
*(.bss)
23
}
24
}
This page took
0.043282 seconds
and
5
git commands to generate.