openwrt/target/linux/ramips/image/lzma-loader/src/loader2.lds

11 lines
108 B
Plaintext
Raw Normal View History

OUTPUT_ARCH(mips)
SECTIONS {
.text : {
startup = .;
*(.text)
*(.text.*)
*(.data)
*(.data.*)
}
}