“c0decac19da3906d9b66291e57b7759489e1170f”上不存在“drivers/media/cec/core/cec-core.c”
提交 8c6b0ef2 编写于 作者: C Cyrill Gorcunov 提交者: Ingo Molnar

x86: wakeup.lds.S - section ordering fix

To allow linker to catch sections overlapping we have to declare
them in appropriate order.
Signed-off-by: NCyrill Gorcunov <gorcunov@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Acked-by: NPavel Machek <pavel@suse.cz>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 f8955ebe
...@@ -12,11 +12,6 @@ ENTRY(_start) ...@@ -12,11 +12,6 @@ ENTRY(_start)
SECTIONS SECTIONS
{ {
. = HEADER_OFFSET;
.header : {
*(.header)
}
. = 0; . = 0;
.text : { .text : {
*(.text*) *(.text*)
...@@ -50,6 +45,11 @@ SECTIONS ...@@ -50,6 +45,11 @@ SECTIONS
__bss_end = .; __bss_end = .;
} }
. = HEADER_OFFSET;
.header : {
*(.header)
}
. = ALIGN(16); . = ALIGN(16);
_end = .; _end = .;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册