Remove unneeded gcc_except_table section

This commit is contained in:
Philipp Oppermann
2016-06-12 16:32:34 +02:00
parent 793eeebfb3
commit 1083ac9bac

View File

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