projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[adm5120] cleanup svn properties
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
image
/
lzma-loader
/
src
/
lzma-data.lds
diff --git
a/target/linux/adm5120-2.6/image/lzma-loader/src/lzma-data.lds
b/target/linux/adm5120-2.6/image/lzma-loader/src/lzma-data.lds
index
b6984d7
..
abf756b
100644
(file)
--- a/
target/linux/adm5120-2.6/image/lzma-loader/src/lzma-data.lds
+++ b/
target/linux/adm5120-2.6/image/lzma-loader/src/lzma-data.lds
@@
-1,7
+1,6
@@
OUTPUT_ARCH(mips)
SECTIONS {
- .rodata : {
- . = ALIGN(16);
+ .data.lzma : {
_lzma_data_start = .;
*(.data)
_lzma_data_end = .;
This page took
0.022913 seconds
and
4
git commands to generate.