+ help lazarus analyze the file

This commit is contained in:
mazen 2004-03-11 16:21:27 +00:00
parent c99df355fd
commit 9fe655fa0f
4 changed files with 20 additions and 8 deletions

View File

@ -22,7 +22,7 @@
}
unit aasmcpu;
{$i fpcdefs.inc}
{$i ../fpcdefs.inc}
interface
@ -311,7 +311,10 @@ implementation
end.
{
$Log$
Revision 1.45 2004-03-08 16:28:39 mazen
Revision 1.46 2004-03-11 16:21:27 mazen
+ help lazarus analyze the file
Revision 1.45 2004/03/08 16:28:39 mazen
* make it as similar to PPC one ase possible
Revision 1.44 2004/02/27 11:47:32 mazen

View File

@ -24,7 +24,7 @@
}
unit cpubase;
{$i fpcdefs.inc}
{$INCLUDE ../fpcdefs.inc}
interface
@ -544,7 +544,10 @@ implementation
end.
{
$Log$
Revision 1.63 2004-02-27 11:43:56 mazen
Revision 1.64 2004-03-11 16:22:52 mazen
+ help lazarus analyze the file
Revision 1.63 2004/02/27 11:43:56 mazen
* symaddr ==> refaddr to follow the rest of compiler changes
Revision 1.62 2004/02/27 10:21:05 florian

View File

@ -20,7 +20,7 @@
****************************************************************************}
unit cpuinfo;
{$INCLUDE fpcdefs.inc}
{$INCLUDE ../fpcdefs.inc}
interface
uses
@ -90,7 +90,10 @@ implementation
end.
{
$Log$
Revision 1.13 2004-02-27 11:44:48 mazen
Revision 1.14 2004-03-11 16:22:28 mazen
+ help lazarus analyze the file
Revision 1.13 2004/02/27 11:44:48 mazen
+ added AInt support
Revision 1.12 2003/12/01 18:43:32 peter

View File

@ -22,7 +22,7 @@
}
unit cpupi;
{$i fpcdefs.inc}
{$i ../fpcdefs.inc}
interface
@ -87,7 +87,10 @@ begin
end.
{
$Log$
Revision 1.24 2004-02-25 14:25:47 mazen
Revision 1.25 2004-03-11 16:22:09 mazen
+ help lazarus analyze the file
Revision 1.24 2004/02/25 14:25:47 mazen
* fix compile problem for sparc
Revision 1.23 2004/01/12 22:11:39 peter