Revert "Remove unneeded gcc_except_table section" (#180)

This commit is contained in:
Philipp Oppermann
2016-06-13 18:36:01 +02:00
committed by GitHub
parent 20d9037740
commit 76b83c623e
2 changed files with 10 additions and 0 deletions

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);
}
}