[fpc-pascal]Strange compilation problems
    Peter Vreman 
    peter at freepascal.org
       
    Thu Dec 28 15:47:49 CET 2000
    
    
  
> 
> However, when specifying -al (to retain the assembler file) both
versions>  
> work as expected. It seems to me that -al does more than simply leave
the>  
> assembler file there, the resulting EXEs are drastically different.
> 
It then uses GNU binutils as (called asw.exe for win32) assembler to create the object
file instead of the internal object writer
But the code differences (except jmp labels and absolute offsets) shouldn't be that much
when you compare a dissamble (objdumpw.exe --disassemble) of the 2 object files.
    
    
More information about the fpc-pascal
mailing list