diff options
Diffstat (limited to 'libgloss/mips/cfe.ld')
-rw-r--r-- | libgloss/mips/cfe.ld | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/mips/cfe.ld b/libgloss/mips/cfe.ld index d9fa414c0..a251f8e91 100644 --- a/libgloss/mips/cfe.ld +++ b/libgloss/mips/cfe.ld @@ -54,6 +54,10 @@ SECTIONS PROVIDE (etext = .); _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 |