bootstrap: add .got* and .eh_frame to the data segment

This commit is contained in:
2026-02-21 23:22:40 +00:00
parent cff399fdba
commit 7a51a56909

View File

@@ -9,6 +9,8 @@ SECTIONS {
.data ALIGN(4K) : {
*(.data)
*(.bss)
*(.got*)
*(.eh_frame)
}
/DISCARD/ : {