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