Skip to content

Commit f7577bd

Browse files
committed
Include .got/.got.plt in bootloader section in linker script
1 parent a49f39e commit f7577bd

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
@@ -32,6 +32,7 @@ SECTIONS {
3232
*(.data .data.*)
3333
*(.rodata .rodata.*)
3434
*(.bss .bss.*)
35+
*(.got .got.plt)
3536

3637
. = ALIGN(512);
3738

0 commit comments

Comments
 (0)