From: hpa Date: Tue, 7 Dec 2004 22:18:09 +0000 (+0000) Subject: Remove residual exception-handling stuff (not supported) X-Git-Tag: syslinux-3.11~365 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41eff686b32f3804f7703564c5e95e56a84277e1;p=profile%2Fivi%2Fsyslinux.git Remove residual exception-handling stuff (not supported) --- diff --git a/com32/lib/com32.ld b/com32/lib/com32.ld index d9cb41e..36d5b6e 100644 --- a/com32/lib/com32.ld +++ b/com32/lib/com32.ld @@ -33,9 +33,6 @@ SECTIONS PROVIDE (etext = .); .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) } .rodata1 : { *(.rodata1) } - .eh_frame_hdr : { *(.eh_frame_hdr) } - .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } - .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table) } /* Ensure the __preinit_array_start label is properly aligned. We could instead move the label definition inside the section, but