mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 03:31:36 +01:00 
			
		
		
		
	*** empty log message ***
This commit is contained in:
		
							parent
							
								
									a49dea276c
								
							
						
					
					
						commit
						9b960198d0
					
				| @ -35,10 +35,15 @@ | ||||
| {$ifdef x86_64} | ||||
|   {$define x86} | ||||
| {$endif x86_64} | ||||
| 
 | ||||
| {$ifdef sparc} | ||||
|   {$undef win32} | ||||
| {$endif sparc} | ||||
| { | ||||
|   $Log$ | ||||
|   Revision 1.6  2002-08-19 18:17:48  carl | ||||
|   Revision 1.7  2002-08-23 13:17:59  mazen | ||||
|   *** empty log message *** | ||||
| 
 | ||||
|   Revision 1.6  2002/08/19 18:17:48  carl | ||||
|     + optimize64_op_const_reg implemented (optimizes 64-bit constant opcodes) | ||||
|     * more fixes to m68k for 64-bit operations | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										2
									
								
								compiler/mppcsparc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								compiler/mppcsparc
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,2 @@ | ||||
| #!/bin/bash | ||||
| fpc pp -g -oppcsparc -dExtDebug -Fusparc -Futargets -dSPARC -dNoOpt -dGDB | ||||
| @ -129,7 +129,7 @@ uses | ||||
|     catch, | ||||
|   {$endif} | ||||
| {$endif FPC} | ||||
|   globals,compiler; | ||||
|   globals,compiler,gdb; | ||||
| 
 | ||||
| var | ||||
|   oldexit : pointer; | ||||
| @ -177,7 +177,10 @@ begin | ||||
| end. | ||||
| { | ||||
|   $Log$ | ||||
|   Revision 1.15  2002-07-04 20:43:01  florian | ||||
|   Revision 1.16  2002-08-23 13:17:59  mazen | ||||
|   *** empty log message *** | ||||
| 
 | ||||
|   Revision 1.15  2002/07/04 20:43:01  florian | ||||
|     * first x86-64 patches | ||||
| 
 | ||||
|   Revision 1.14  2002/05/22 19:02:16  carl | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 mazen
						mazen