提交 13beadd9 编写于 作者: T Tim Abbott 提交者: Linus Torvalds

powerpc: Revert switch to TEXT_TEXT in linker script

Commit edada399 broke the build on 64-bit powerpc because it moved the
__ftr_alt_* sections of a file away from the .text section, causing
link failures due to relative conditional branch targets being too far
away from the branch instructions.  This happens on pretty much all
64-bit powerpc configs.

This change reverts commit edada399 while preserving the update from
the *.refok sections to .ref.text that has happened since.
Signed-off-by: NTim Abbott <tabbott@mit.edu>
Requested-by: NPaul Mackerras <paulus@samba.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 27b18332
...@@ -54,8 +54,8 @@ SECTIONS ...@@ -54,8 +54,8 @@ SECTIONS
ALIGN_FUNCTION(); ALIGN_FUNCTION();
HEAD_TEXT HEAD_TEXT
_text = .; _text = .;
TEXT_TEXT /* careful! __ftr_alt_* sections need to be close to .text */
*(.fixup __ftr_alt_*) *(.text .fixup __ftr_alt_* .ref.text)
SCHED_TEXT SCHED_TEXT
LOCK_TEXT LOCK_TEXT
KPROBES_TEXT KPROBES_TEXT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册