mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-06 04:42:16 +03:00
riscv64: Update location of __global_pointer$
This commit is contained in:
parent
13042bd25e
commit
666c5dfcd1
@ -60,8 +60,8 @@ SECTIONS
|
||||
|
||||
data_begin = .;
|
||||
*(.data .data.*)
|
||||
__global_pointer$ = . + 0x800;
|
||||
*(.sdata .sdata.*)
|
||||
__global_pointer$ = .;
|
||||
*(.sbss .sbss.*)
|
||||
*(.bss .bss.*)
|
||||
*(COMMON)
|
||||
|
Loading…
Reference in New Issue
Block a user