*** empty log message ***

This commit is contained in:
mazen 2002-08-23 13:17:59 +00:00
parent a49dea276c
commit 9b960198d0
3 changed files with 15 additions and 5 deletions

View File

@ -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
@ -56,4 +61,4 @@
}
{
}
}

2
compiler/mppcsparc Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
fpc pp -g -oppcsparc -dExtDebug -Fusparc -Futargets -dSPARC -dNoOpt -dGDB

View File

@ -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