提交 a817a61f 编写于 作者: H Heiko Carstens 提交者: Martin Schwidefsky

[S390] Fix linker script.

Fixes this warning:
vmlinux: warning: allocated section `.text' not in segment
Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 2485579b
...@@ -35,7 +35,7 @@ SECTIONS ...@@ -35,7 +35,7 @@ SECTIONS
KPROBES_TEXT KPROBES_TEXT
*(.fixup) *(.fixup)
*(.gnu.warning) *(.gnu.warning)
} = 0x0700 } :text = 0x0700
_etext = .; /* End of text section */ _etext = .; /* End of text section */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册