mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:39:25 +01:00 
			
		
		
		
	* fix added as comment till I can test (8 byte C alignment on netbsd/ppc)
This commit is contained in:
		
							parent
							
								
									8caaa7740d
								
							
						
					
					
						commit
						8e9339f073
					
				@ -337,7 +337,7 @@ unit i_bsd;
 | 
			
		||||
                localalignmax   : 4;
 | 
			
		||||
                recordalignmin  : 0;
 | 
			
		||||
                recordalignmax  : 2;
 | 
			
		||||
                maxCrecordalign : 4
 | 
			
		||||
                maxCrecordalign : 4	// should be 8 probably
 | 
			
		||||
              );
 | 
			
		||||
            first_parm_offset : 8;
 | 
			
		||||
            heapsize     : 256*1024;
 | 
			
		||||
@ -443,7 +443,10 @@ initialization
 | 
			
		||||
end.
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.7  2004-01-21 20:53:51  marco
 | 
			
		||||
  Revision 1.8  2004-01-29 15:48:10  marco
 | 
			
		||||
   * fix added as comment till I can test (8 byte C alignment on netbsd/ppc)
 | 
			
		||||
 | 
			
		||||
  Revision 1.7  2004/01/21 20:53:51  marco
 | 
			
		||||
   * Copy and pasted some structures from Net- to OpenBSD (3.4+ ELF!)
 | 
			
		||||
 | 
			
		||||
  Revision 1.6  2004/01/06 21:26:18  jonas
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user