WIP
This commit is contained in:
17
partial.ld
Normal file
17
partial.ld
Normal file
@@ -0,0 +1,17 @@
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
.text : ALIGN(4) {
|
||||
*(.text)
|
||||
*(.rodata)
|
||||
}
|
||||
|
||||
.data : ALIGN(4) {
|
||||
*(.data)
|
||||
}
|
||||
|
||||
.bss : ALIGN(4) {
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user