Initial commit
This commit is contained in:
16
target/linux/generic/image/relocate/loader.lds
Normal file
16
target/linux/generic/image/relocate/loader.lds
Normal file
@@ -0,0 +1,16 @@
|
||||
OUTPUT_ARCH(mips)
|
||||
SECTIONS {
|
||||
.text : {
|
||||
_code_start = .;
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
*(.rodata)
|
||||
*(.rodata.*)
|
||||
*(.data)
|
||||
*(.data.*)
|
||||
}
|
||||
|
||||
. = ALIGN(32);
|
||||
|
||||
_code_end = .;
|
||||
}
|
||||
Reference in New Issue
Block a user