Fixed test to disable these checks if the target is PE based.
[deliverable/binutils-gdb.git] / ld / scripttempl / m88kbcs.sc
index b29980e4233608392aa8b776c0bcdd369b25fbd8..f52b14dc0ce32773e1f1bb4e35beb50f6d951a65 100644 (file)
@@ -21,13 +21,13 @@ SECTIONS
       ${RELOCATING+ *(.tdesc)}
       ${RELOCATING+ __.text_end = .}   ;
       ${RELOCATING+ __.initp.start = .};
-      ${RELOCATING+ __.initp.end =.};
+      ${RELOCATING+ __.initp.end = .};
       ${RELOCATING+ __.fini_start = .};
       ${RELOCATING+ *(.fini) }
       ${RELOCATING+ __.fini_end = .};
-      ${RELOCATING+_etext =.};
+      ${RELOCATING+_etext = .};
     }                                          
-  .data ${RELOCATING+ NEXT (0x400000) + ((SIZEOF(.text) + ADDR(.text)) % 0x200)} :
+  .data ${RELOCATING+ NEXT (0x400000) + ((SIZEOF(.text) + ADDR(.text)) % 0x2000)} :
     {                                  
       *(.data)
       ${RELOCATING+_edata  =  .};
This page took 0.023186 seconds and 4 git commands to generate.