Changeset 273

Show
Ignore:
Timestamp:
11/07/06 23:47:05 (2 years ago)
Author:
pragma
Message:

Minor tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ddl/Linker.d

    r272 r273  
    281281         
    282282        // init - run whatever initalizers are pending 
    283     //    foreach(mod,moduleInfo; moduleSet){ 
    284             //debug debugLog("running %s init at [%0.8X]",mod,cast(void*)moduleInfo); 
    285     //        this.initModule(moduleInfo,0); 
    286     //    } 
    287       _moduleCtor2(moduleSet.values,0); 
     283      foreach(mod,moduleInfo; moduleSet){ 
     284            debug debugLog("running %s init at [%0.8X]",mod,cast(void*)moduleInfo); 
     285          this.initModule(moduleInfo,0); 
     286      } 
     287    //    _moduleCtor2(moduleSet.values,0); 
    288288    } 
    289289     
  • trunk/ddl/omf/OMFModule.d

    r272 r273  
    104104                if(destSymbol.isExternal){ 
    105105                    // discard this fixup - it references a non-local symbol 
    106                     debug debugLog("Discarded Fixup dest %s:%s [%0.8X] (%0.8X) rel:%d",destSymbol.name,destSymbol.getTypeName(),destAddress,*cast(uint*)destAddress,cast(uint)isSegmentRelative); 
     106                    debug debugLog("Discarded Fixup dest %s:%s [%0.8X] rel:%d",destSymbol.name,destSymbol.getTypeName(),destAddress,cast(uint)isSegmentRelative); 
    107107                    continue; 
    108108                }