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