From 41eff686b32f3804f7703564c5e95e56a84277e1 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 7 Dec 2004 22:18:09 +0000 Subject: [PATCH] Remove residual exception-handling stuff (not supported) --- com32/lib/com32.ld | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.7.4