Add section about kernel elf sections

This commit is contained in:
Philipp Oppermann
2015-11-13 19:56:27 +01:00
parent 33fdbce530
commit 895d40cd13
3 changed files with 55 additions and 1 deletions

View File

@@ -27,6 +27,14 @@ SECTIONS {
.text :
{
*(.text)
*(.text .text.*)
}
.rodata : {
*(.rodata .rodata.*)
}
.data.rel.ro : {
*(.data.rel.ro.local*) *(.data.rel.ro .data.rel.ro.*)
}
}