mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	+ set cobjdata in TIntelHexExeOutput.create;
git-svn-id: trunk@45548 -
This commit is contained in:
		
							parent
							
								
									6104cd321c
								
							
						
					
					
						commit
						3685b50e75
					
				@ -111,6 +111,8 @@ interface
 | 
			
		||||
      protected
 | 
			
		||||
        function writeData:boolean;override;
 | 
			
		||||
        procedure DoRelocationFixup(objsec:TObjSection);override;
 | 
			
		||||
      public
 | 
			
		||||
        constructor create;override;
 | 
			
		||||
      end;
 | 
			
		||||
 | 
			
		||||
implementation
 | 
			
		||||
@ -683,6 +685,12 @@ implementation
 | 
			
		||||
      begin
 | 
			
		||||
      end;
 | 
			
		||||
 | 
			
		||||
    constructor TIntelHexExeOutput.create;
 | 
			
		||||
      begin
 | 
			
		||||
        inherited create;
 | 
			
		||||
        CObjData:=TRelObjData;
 | 
			
		||||
      end;
 | 
			
		||||
 | 
			
		||||
{*****************************************************************************
 | 
			
		||||
                                  Initialize
 | 
			
		||||
*****************************************************************************}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user