projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix annoying make parse error
[openwrt.git]
/
target
/
linux
/
image
/
generic
/
lzma-loader
/
src
/
lzma.lds.in
diff --git
a/target/linux/image/generic/lzma-loader/src/lzma.lds.in
b/target/linux/image/generic/lzma-loader/src/lzma.lds.in
index
5ac555b
..
6021cec
100644
(file)
--- a/
target/linux/image/generic/lzma-loader/src/lzma.lds.in
+++ b/
target/linux/image/generic/lzma-loader/src/lzma.lds.in
@@
-1,5
+1,5
@@
OUTPUT_ARCH(mips)
-ENTRY(
_start
)
+ENTRY(
@ENTRY@
)
SECTIONS
{
/* Read-only sections, merged into text segment: */
@@
-7,6
+7,7
@@
SECTIONS
.text :
{
_ftext = . ;
+ *(.text.entry)
*(.text)
*(.rodata)
lzma_start = .;
This page took
0.027209 seconds
and
4
git commands to generate.