mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-25 21:58:18 +02:00
*** empty log message ***
This commit is contained in:
parent
a49dea276c
commit
9b960198d0
@ -35,10 +35,15 @@
|
|||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
{$define x86}
|
{$define x86}
|
||||||
{$endif x86_64}
|
{$endif x86_64}
|
||||||
|
{$ifdef sparc}
|
||||||
|
{$undef win32}
|
||||||
|
{$endif sparc}
|
||||||
{
|
{
|
||||||
$Log$
|
$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)
|
+ optimize64_op_const_reg implemented (optimizes 64-bit constant opcodes)
|
||||||
* more fixes to m68k for 64-bit operations
|
* more fixes to m68k for 64-bit operations
|
||||||
|
|
||||||
@ -56,4 +61,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
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,
|
catch,
|
||||||
{$endif}
|
{$endif}
|
||||||
{$endif FPC}
|
{$endif FPC}
|
||||||
globals,compiler;
|
globals,compiler,gdb;
|
||||||
|
|
||||||
var
|
var
|
||||||
oldexit : pointer;
|
oldexit : pointer;
|
||||||
@ -177,7 +177,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* first x86-64 patches
|
||||||
|
|
||||||
Revision 1.14 2002/05/22 19:02:16 carl
|
Revision 1.14 2002/05/22 19:02:16 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user