Skip to content

Commit e223470

Browse files
committed
Add .got section to .bootloader output section
Everything except the .bootloader section is thrown away by bootimage.
1 parent a09d23e commit e223470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linker.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ SECTIONS {
3737
*(.text .text.*)
3838
*(.rodata .rodata.*)
3939
*(.data .data.*)
40+
*(.got)
4041
. = ALIGN(512);
4142
_rest_of_bootloader_end_addr = .;
4243
}

0 commit comments

Comments
 (0)