projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
image
/
lzma-loader
/
src
/
lzma-copy.lds.in
1
OUTPUT_ARCH(mips)
2
ENTRY(_start)
3
SECTIONS
4
{
5
/* Read-only sections, merged into text segment: */
6
. = @LOADADDR@;
7
.text :
8
{
9
_ftext = . ;
10
*(.text)
11
*(.rodata)
12
} =0
13
14
.reginfo : { *(.reginfo) }
15
16
.bss :
17
{
18
*(.bss)
19
}
20
}
This page took
0.046061 seconds
and
5
git commands to generate.