提交 df74a617 编写于 作者: Nameless-Y's avatar Nameless-Y 提交者: guo

fix #6594

上级 95e6b69b
......@@ -9,6 +9,7 @@ SECTIONS
.text :
{
*(.init)
*(.vectors)
*(.text)
*(.gnu.linkonce.t*)
......@@ -77,8 +78,10 @@ SECTIONS
. = ALIGN(4);
__bss_start__ = .;
__bss_start = .;
.bss : { *(.bss)}
__bss_end__ = .;
__bss_end = .;
/* stabs debugging sections. */
.stab 0 : { *(.stab) }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册