Skip to content

Commit f043ac6

Browse files
committedJan 22, 2020
Remove BYTE directives from kernel linker script
1 parent 34f060c commit f043ac6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎kernel.ld

-4
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,12 @@ SECTIONS
2626
PROVIDE(__STAB_BEGIN__ = .);
2727
*(.stab);
2828
PROVIDE(__STAB_END__ = .);
29-
BYTE(0) /* Force the linker to allocate space
30-
for this section */
3129
}
3230

3331
.stabstr : {
3432
PROVIDE(__STABSTR_BEGIN__ = .);
3533
*(.stabstr);
3634
PROVIDE(__STABSTR_END__ = .);
37-
BYTE(0) /* Force the linker to allocate space
38-
for this section */
3935
}
4036

4137
/* Adjust the address for the data segment to the next page */

0 commit comments

Comments
 (0)
Please sign in to comment.