]> Git Repo - binutils.git/blobdiff - ld/mips.sc-sh
missed this in mipsbsd renaming
[binutils.git] / ld / mips.sc-sh
index afb3216d79530e47d437e2032b4679844ffbba87..8f3952144ed7f6b5520da013b303941abed7fe58 100644 (file)
@@ -26,6 +26,7 @@ SECTIONS
   }
   .data ${RELOCATING+ .} : {
     *(.data)
+    ${CONSTRUCTING+CONSTRUCTORS}
   }
   ${RELOCATING+ _gp = . + 0x8000;}
   .lit8 ${RELOCATING+ .} : {
@@ -38,7 +39,7 @@ SECTIONS
     *(.sdata)
   }
   ${RELOCATING+ edata  =  .;}
-  ${BSS_VAR}
+  ${RELOCATING+ ${BSS_VAR}}
   .sbss ${RELOCATING+ .} : {
     *(.sbss)
     *(.scommon)
This page took 0.023291 seconds and 4 git commands to generate.