* scripttempl/pe.sc: Don't include .gcc_except_table and
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 12 Jul 2007 12:57:02 +0000 (12:57 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Thu, 12 Jul 2007 12:57:02 +0000 (12:57 +0000)
.eh_frame on partial links.
* scripttempl/pep.sc: Likewise.

ld/ChangeLog
ld/scripttempl/pe.sc
ld/scripttempl/pep.sc

index 0d1bcc78b391728a71b0eae3f6785f198873bf13..7b9a1f84cd24e15ae650ebe8aaa06a384bdb1ee4 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * scripttempl/pe.sc: Don't include .gcc_except_table and
+       .eh_frame on partial links.
+       * scripttempl/pep.sc: Likewise.
+
 2007-07-12  Alan Modra  <amodra@bigpond.net.au>
 
        PR 4782
index c9931b51489c84baf343f2ce9d72f7bf5ce9acc7..c9eb16f6dc2d1fb1d0d9bb9eaac254367f42b4f4 100644 (file)
@@ -71,7 +71,7 @@ SECTIONS
     /* ??? Why is .gcc_exc here?  */
     ${RELOCATING+ *(.gcc_exc)}
     ${RELOCATING+PROVIDE (etext = .);}
-    *(.gcc_except_table)
+    ${RELOCATING+ *(.gcc_except_table)}
   }
 
   /* The Cygwin32 library uses a section to avoid copying certain data
@@ -95,7 +95,7 @@ SECTIONS
   {
     *(.rdata)
     ${R_RDATA}
-    *(.eh_frame)
+    ${RELOCATING+ *(.eh_frame)}
     ${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
     ${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
     *(.rdata_runtime_pseudo_reloc)
index edad5ee8ecc8a21a1335765ee3b780a59f73be69..7237832e72b842b12dd62ab8f561021741383820 100644 (file)
@@ -71,7 +71,7 @@ SECTIONS
     /* ??? Why is .gcc_exc here?  */
     ${RELOCATING+ *(.gcc_exc)}
     ${RELOCATING+PROVIDE (etext = .);}
-    *(.gcc_except_table)
+    ${RELOCATING+ *(.gcc_except_table)}
   }
 
   /* The Cygwin32 library uses a section to avoid copying certain data
@@ -95,7 +95,7 @@ SECTIONS
   {
     *(.rdata)
     ${R_RDATA}
-    *(.eh_frame)
+    ${RELOCATING+ *(.eh_frame)}
     ${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
     ${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
     *(.rdata_runtime_pseudo_reloc)