提交 ed912d4d 编写于 作者: M Mike Frysinger

Blackfin: use sort funcs in the linker script

This is just Blackfin catching up with every one else.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 2aeda2d0
......@@ -94,8 +94,7 @@ SECTIONS
.rodata :
{
. = ALIGN(4);
*(.rodata .rodata.*)
*(.rodata1)
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
*(.eh_frame)
. = ALIGN(4);
} >ram_data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册