Put spaces around the / signs
authorSteve Chamberlain <steve@cygnus>
Fri, 19 Apr 1991 01:04:55 +0000 (01:04 +0000)
committerSteve Chamberlain <steve@cygnus>
Fri, 19 Apr 1991 01:04:55 +0000 (01:04 +0000)
ld/ld-gld-Ur.script
ld/ld-gld.script

index 3de5ed4065d5beb6b045e44484eddbe2a282a452..8d3f12b89eddfd98f6c82f3143880b68af9f6a70 100755 (executable)
@@ -13,11 +13,11 @@ SECTIONS
   {                                    
     *(.data)                           
     ___DTOR_LIST__ = . ;                       
-    LONG((___CTOR_LIST__ - .)/4 -2)    
+    LONG((___CTOR_LIST__ - .) / 4 -2)          
     *(___DTOR_LIST__)                   
     LONG(0)                             
     ___CTOR_LIST__ = . ;                       
-    LONG((___end_list__  - .)/4 -2)     
+    LONG((___end_list__  - .) / 4 -2)     
     *(___CTOR_LIST__)                   
     LONG(0)                             
     ___end_list__  =  . ;                      
index 28eafefd683bfb1ecec671f199ea04790a9c9b7e..8c08f78ec1de078cdfc35d79fe29c39b00e7c0a7 100755 (executable)
@@ -15,11 +15,11 @@ SECTIONS
   {                                    
     *(.data)                           
     ___DTOR_LIST__ = . ;                       
-    LONG((___CTOR_LIST__ - .)/4 -2)    
+    LONG((___CTOR_LIST__ - .) / 4 -2)          
     *(___DTOR_LIST__)                   
     LONG(0)                             
     ___CTOR_LIST__ = . ;                       
-    LONG((_edata  - .)/4 -2)            
+    LONG((_edata  - .) / 4 -2)            
     *(___CTOR_LIST__)                   
     LONG(0)                             
       _edata  =  .;