Took out the c++ support
authorSteve Chamberlain <steve@cygnus>
Tue, 7 May 1991 19:16:52 +0000 (19:16 +0000)
committerSteve Chamberlain <steve@cygnus>
Tue, 7 May 1991 19:16:52 +0000 (19:16 +0000)
ld/ld-gld.script

index 28925de64267da8ad48644d65e8615056b82fcce..a14fed3857f15ef5d606b679dfad3e19363dbdab 100755 (executable)
@@ -15,14 +15,6 @@ SECTIONS
   .data  ALIGN(0x2000)  :              
   {                                    
     *(.data)                           
-    ___DTOR_LIST__ = . ;                       
-    LONG((___CTOR_LIST__ - .) / 4 -2)          
-    *(___DTOR_LIST__)                   
-    LONG(0)                             
-    ___CTOR_LIST__ = . ;                       
-    LONG((_edata  - .) / 4 -2)            
-    *(___CTOR_LIST__)                   
-    LONG(0)                             
       _edata  =  .;                    
   }                                    
   .bss   SIZEOF(.data) + ADDR(.data) :