Revert "Remove unneeded gcc_except_table section" (#180)

(cherry picked from commit 76b83c623e)
This commit is contained in:
Philipp Oppermann
2016-06-13 18:36:01 +02:00
parent 428f97d049
commit 3f4f2b8ac2

View File

@@ -44,4 +44,9 @@ SECTIONS {
*(.data.rel.ro.local*) *(.data.rel.ro .data.rel.ro.*)
. = ALIGN(4K);
}
.gcc_except_table : ALIGN(4K) {
*(.gcc_except_table)
. = ALIGN(4K);
}
}