提交 f043ac66 创建 作者: James Houghton's avatar James Houghton

Remove BYTE directives from kernel linker script

上级 34f060c3
...@@ -26,16 +26,12 @@ SECTIONS ...@@ -26,16 +26,12 @@ SECTIONS
PROVIDE(__STAB_BEGIN__ = .); PROVIDE(__STAB_BEGIN__ = .);
*(.stab); *(.stab);
PROVIDE(__STAB_END__ = .); PROVIDE(__STAB_END__ = .);
BYTE(0) /* Force the linker to allocate space
for this section */
} }
.stabstr : { .stabstr : {
PROVIDE(__STABSTR_BEGIN__ = .); PROVIDE(__STABSTR_BEGIN__ = .);
*(.stabstr); *(.stabstr);
PROVIDE(__STABSTR_END__ = .); PROVIDE(__STABSTR_END__ = .);
BYTE(0) /* Force the linker to allocate space
for this section */
} }
/* Adjust the address for the data segment to the next page */ /* Adjust the address for the data segment to the next page */
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论