diff options
Diffstat (limited to 'arch/x86_64/scripts/kernel.ld')
| -rw-r--r-- | arch/x86_64/scripts/kernel.ld | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86_64/scripts/kernel.ld b/arch/x86_64/scripts/kernel.ld index 88d90fe..1856123 100644 --- a/arch/x86_64/scripts/kernel.ld +++ b/arch/x86_64/scripts/kernel.ld @@ -95,6 +95,11 @@ SECTIONS *(.user_text) } + .stl_text ALIGN(4K) : AT(ADDR (.stl_text)) + { + *(.stl_text) + } + .rodata ALIGN(4K) : AT (ADDR (.rodata)) { *(.rodata) |
