* Makefile.in: Take out the version number for install
[deliverable/binutils-gdb.git] / ld / ldm88k.sc
index cb88b2a95012888e1bbefc174473170637cf59b8..cc123c85d2db77e23f3d4e7eb65d4072d3b1508b 100755 (executable)
@@ -30,7 +30,12 @@ SECTIONS
   .data SIZEOF(.text) + ADDR(.text) + 0x400000:
     {                                  
       *(.data)
-      CONSTRUCTORS;
+       __CTOR_LIST__ = .;
+       *(CTOR)
+       LONG(0);
+       __DTOR_LIST__ = . ;
+       *(DTOR)
+       LONG(0);
        *(.comment)
       _edata  =  .;                    
     }                                          
This page took 0.025098 seconds and 4 git commands to generate.