Remove residual exception-handling stuff (not supported)
authorhpa <hpa>
Tue, 7 Dec 2004 22:18:09 +0000 (22:18 +0000)
committerhpa <hpa>
Tue, 7 Dec 2004 22:18:09 +0000 (22:18 +0000)
com32/lib/com32.ld

index d9cb41e..36d5b6e 100644 (file)
@@ -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