Remove unneeded gcc_except_table section

(cherry picked from commit 1083ac9bac)
This commit is contained in:
Philipp Oppermann
2016-06-12 16:32:34 +02:00
parent 69b22d1fc0
commit 428f97d049

View File

@@ -44,9 +44,4 @@ 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);
}
} }