diff options
Diffstat (limited to 'libgloss/xstormy16/eva_stub.ld')
-rw-r--r-- | libgloss/xstormy16/eva_stub.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/xstormy16/eva_stub.ld b/libgloss/xstormy16/eva_stub.ld index 34f3b91b0..a7d63b313 100644 --- a/libgloss/xstormy16/eva_stub.ld +++ b/libgloss/xstormy16/eva_stub.ld @@ -53,7 +53,7 @@ SECTIONS KEEP (*(.dtors)) } > ROM .eh_frame : { KEEP (*(.eh_frame)) } > ROM - .gcc_except_table : { *(.gcc_except_table) } > ROM + .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } > ROM .jcr : { *(.jcr) } > ROM .plt : { *(.plt) } > ROM .text : |