projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Major cleanup :
[openwrt.git]
/
target
/
linux
/
brcm63xx-2.6
/
image
/
lzma-loader
/
src
/
loader.lds.in
diff --git a/target/linux/brcm63xx-2.6/image/lzma-loader/src/loader.lds.in
b/target/linux/brcm63xx-2.6/image/lzma-loader/src/loader.lds.in
new file mode 100644
(file)
index 0000000..
20f2ea9
--- /dev/null
+++ b/
target/linux/brcm63xx-2.6/image/lzma-loader/src/loader.lds.in
@@ -0,0
+1,17
@@
+OUTPUT_ARCH(mips)
+ENTRY(startup)
+SECTIONS {
+ . = TEXT_START;
+ .text : {
+ *(.text)
+ *(.rodata)
+ }
+
+ .data : {
+ *(.data)
+ }
+
+ .bss : {
+ *(.bss)
+ }
+}
This page took
0.025131 seconds
and
4
git commands to generate.