提交 80c60bf9 编写于 作者: S Segher Boessenkool 提交者: Benjamin Herrenschmidt

powerpc: Fix compile error with binutils 2.15

My previous patch to fix compilation with binutils-2.17 causes
a "file truncated" build error from ld with binutils 2.15 (and
possibly older), and a warning with 2.16 and 2.17.

This fixes it.
Signed-off-by: NSegher Boessenkool <segher@kernel.crashing.org>
Acked-by: NChuck Meade <chuckmeade@mindspring.com>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 7886250e
......@@ -85,7 +85,7 @@ SECTIONS
/* The dummy segment contents for the bug workaround mentioned above
near PHDRS. */
.dummy : {
.dummy : AT(ADDR(.dummy) - LOAD_OFFSET) {
LONG(0xf177)
} :kernel :dummy
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册