* mips.sc-sh: Don't define BSS_VAR unless relocating.
authorIan Lance Taylor <ian@airs.com>
Fri, 14 May 1993 18:33:37 +0000 (18:33 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 14 May 1993 18:33:37 +0000 (18:33 +0000)
ld/mips.sc-sh

index 3ce7bd2ab05619612f04def3b977b7cb13452daa..8f3952144ed7f6b5520da013b303941abed7fe58 100644 (file)
@@ -39,7 +39,7 @@ SECTIONS
     *(.sdata)
   }
   ${RELOCATING+ edata  =  .;}
-  ${BSS_VAR}
+  ${RELOCATING+ ${BSS_VAR}}
   .sbss ${RELOCATING+ .} : {
     *(.sbss)
     *(.scommon)
This page took 0.034611 seconds and 4 git commands to generate.