import insight-2000-02-04 snapshot (2nd try)
[external/binutils.git] / ld / scripttempl / aix.sc
index ec67ee1..3f4b617 100644 (file)
@@ -28,6 +28,8 @@ SECTIONS
     *(.rw)
     *(.sv)
     *(.ua)
+    . = ALIGN(4);
+    ${CONSTRUCTING+CONSTRUCTORS}
     *(.ds)
     *(.tc0)
     *(.tc)
@@ -35,6 +37,7 @@ SECTIONS
     ${RELOCATING+PROVIDE (_edata = .);}
   }
   .bss : {
+    *(.tocbss)
     *(.bss)
     *(.bs)
     *(.uc)