提交 9957427e 编写于 作者: B blueswir1

Fix Sparc32 ldscript


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2733 c046a42c-6fe2-441c-8c8c-71466251a162
上级 2f6ecc62
......@@ -64,6 +64,8 @@ SECTIONS
CONSTRUCTORS
}
.data1 : { *(.data1) }
.tdata : { *(.tdata) }
.tbss : { *(.tbss) }
.ctors :
{
*(.ctors)
......@@ -125,4 +127,5 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
/* These must appear regardless of . */
/DISCARD/ : { *(.note.GNU-stack) *(.note.ABI-tag) }
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册