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

11 lines
108 B
Plaintext

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