mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 09:11:53 +01:00 
			
		
		
		
	* fixed arm-linux
git-svn-id: trunk@6654 -
This commit is contained in:
		
							parent
							
								
									da23643459
								
							
						
					
					
						commit
						e3204bb902
					
				| @ -609,7 +609,8 @@ implementation | |||||||
|                        asmwrite(#9'.lcomm'#9); |                        asmwrite(#9'.lcomm'#9); | ||||||
|                        asmwrite(tai_datablock(hp).sym.name); |                        asmwrite(tai_datablock(hp).sym.name); | ||||||
|                        asmwrite(','+tostr(tai_datablock(hp).size)); |                        asmwrite(','+tostr(tai_datablock(hp).size)); | ||||||
|                        asmwrite(','+tostr(last_align)); |                        if not(target_info.system in [system_arm_linux]) then | ||||||
|  |                          asmwrite(','+tostr(last_align)); | ||||||
|                        asmwriteln(''); |                        asmwriteln(''); | ||||||
|                      end |                      end | ||||||
|                  end |                  end | ||||||
| @ -632,7 +633,8 @@ implementation | |||||||
|                        asmwrite(#9'.lcomm'#9); |                        asmwrite(#9'.lcomm'#9); | ||||||
|                        asmwrite(tai_datablock(hp).sym.name); |                        asmwrite(tai_datablock(hp).sym.name); | ||||||
|                        asmwrite(','+tostr(tai_datablock(hp).size)); |                        asmwrite(','+tostr(tai_datablock(hp).size)); | ||||||
|                        asmwrite(','+tostr(last_align)); |                        if not(target_info.system in [system_arm_linux]) then | ||||||
|  |                          asmwrite(','+tostr(last_align)); | ||||||
|                        asmwriteln(''); |                        asmwriteln(''); | ||||||
|                      end; |                      end; | ||||||
|                  end; |                  end; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 florian
						florian