daily update
[external/binutils.git] / ld / scripttempl / ppcpe.sc
index 4452213..40fbe33 100644 (file)
@@ -32,6 +32,7 @@ SECTIONS
        {
            ${RELOCATING+ *(.init);}
            *(.text)
+           *(.gcc_except_table)
            ${CONSTRUCTING+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ; 
                        LONG (-1); *(.ctors); *(.ctor); LONG (0); }
             ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ; 
@@ -133,6 +134,7 @@ SECTIONS
            *(.idata\$3);
            __idata4_magic__ = .;
            *(.idata\$4);
+           . = ALIGN(4);
            .toc = . + 32768;
            *(.private.toc);
            __idata5_magic__ = .;
@@ -152,17 +154,6 @@ SECTIONS
            ;
        }
 
-  /* We don't do anything useful with codeview debugger support or the
-     directive section (yet). Hopefully, we junk them correctly. 
-  */
-  .junk BLOCK(__section_alignment__) : 
-       {
-           *(.debug\$S)
-           *(.debug\$T)
-           *(.debug\$F)
-           *(.drectve)
-           ;
-       }
 
   /* Resources */
   .rsrc BLOCK(__section_alignment__) :
@@ -172,6 +163,16 @@ SECTIONS
            ;
        }
 
+  .stab BLOCK(__section_alignment__)  ${RELOCATING+(NOLOAD)} : 
+  {
+    [ .stab ]
+  }
+
+  .stabstr BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :
+  {
+    [ .stabstr ]
+  }
+
   /* The .reloc section is currently generated by the dlltool from Steve 
      Chamberlain in a second pass of linking. Section address and extent
      are placed in the DataDirectory.
@@ -182,14 +183,16 @@ SECTIONS
            ;
        }
 
-  .stab BLOCK(__section_alignment__)  ${RELOCATING+(NOLOAD)} : 
+  /* We don't do anything useful with codeview debugger support or the
+     directive section (yet). Hopefully, we junk them correctly. 
+  */
+  /DISCARD/ BLOCK(__section_alignment__) : 
        {
-            [ .stab ]
-       }
-
-  .stabstr BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :
-       {
-            [ .stabstr ]
-       }
+           *(.debug\$S)
+           *(.debug\$T)
+           *(.debug\$F)
+           *(.drectve)
+           ;
+       }
 }
 EOF