bootstrap: add .got* and .eh_frame to the data segment
This commit is contained in:
@@ -9,6 +9,8 @@ SECTIONS {
|
||||
.data ALIGN(4K) : {
|
||||
*(.data)
|
||||
*(.bss)
|
||||
*(.got*)
|
||||
*(.eh_frame)
|
||||
}
|
||||
|
||||
/DISCARD/ : {
|
||||
|
||||
Reference in New Issue
Block a user