Initial commit
This commit is contained in:
8
src/kpatch/script.ld
Normal file
8
src/kpatch/script.ld
Normal file
@@ -0,0 +1,8 @@
|
||||
SECTIONS
|
||||
{
|
||||
.text : { *(.text.start) *(.text) }
|
||||
.rodata : { *(.rodata) }
|
||||
.data : { *(.data) }
|
||||
.bss : { *(.bss) }
|
||||
/DISCARD/ : { *(.comment* .note*) }
|
||||
}
|
||||
Reference in New Issue
Block a user