diff options
Diffstat (limited to 'libgloss/mips/lsi.ld')
-rw-r--r-- | libgloss/mips/lsi.ld | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/mips/lsi.ld b/libgloss/mips/lsi.ld index 7b62a5c25..b1f3e6fce 100644 --- a/libgloss/mips/lsi.ld +++ b/libgloss/mips/lsi.ld @@ -47,6 +47,10 @@ SECTIONS _etext = .; } + .eh_frame_hdr : { *(.eh_frame_hdr) } + .eh_frame : { KEEP (*(.eh_frame)) } + .gcc_except_table : { *(.gcc_except_table) } + .jcr : { KEEP (*(.jcr)) } .ctors : { /* gcc uses crtbegin.o to find the start of |