mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Revert "Remove unneeded gcc_except_table section" (#180)
(cherry picked from commit 76b83c623e)
This commit is contained in:
@@ -44,4 +44,9 @@ SECTIONS {
|
|||||||
*(.data.rel.ro.local*) *(.data.rel.ro .data.rel.ro.*)
|
*(.data.rel.ro.local*) *(.data.rel.ro .data.rel.ro.*)
|
||||||
. = ALIGN(4K);
|
. = ALIGN(4K);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gcc_except_table : ALIGN(4K) {
|
||||||
|
*(.gcc_except_table)
|
||||||
|
. = ALIGN(4K);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user