提交 3ae0aa9f 编写于 作者: M Mathieu Desnoyers 提交者: Sam Ravnborg

powerpc: add missing DATA_DATA to powerpc

* Sam Ravnborg (sam@ravnborg.org) wrote:
> From your patch it looks like I originally missed out
> powerpc + xtensa when introducing DATA_DATA - would be nice if
> you could fix that.
>
> 	Sam

Add missing DATA_DATA in powerpc
Signed-off-by: NMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
--
 arch/powerpc/kernel/vmlinux.lds.S |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
上级 5c617c6f
无相关合并请求
......@@ -173,7 +173,9 @@ SECTIONS
}
#else
.data : {
*(.data .data.rel* .toc1)
DATA_DATA
*(.data.rel*)
*(.toc1)
*(.branch_lt)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部