mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-20 19:42:03 +03:00
misc: Fix linker_dbg.ld section misplacement
This commit is contained in:
parent
b71e3a0a0e
commit
741dca5089
@ -46,4 +46,8 @@ SECTIONS
|
||||
*(.bss*)
|
||||
bss_end = .;
|
||||
}
|
||||
|
||||
/DISCARD/ : {
|
||||
*(.eh_frame*)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user