mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
* procbase -> cpubase
This commit is contained in:
parent
59f5168068
commit
09eaa20eb5
@ -35,7 +35,7 @@ unit hcodegen;
|
|||||||
,m68k
|
,m68k
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef alpha}
|
{$ifdef alpha}
|
||||||
,procbase
|
,cpubase
|
||||||
{$endif}
|
{$endif}
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -301,7 +301,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.35 1999-08-01 23:04:49 michael
|
Revision 1.36 1999-08-01 23:09:26 michael
|
||||||
|
* procbase -> cpubase
|
||||||
|
|
||||||
|
Revision 1.35 1999/08/01 23:04:49 michael
|
||||||
+ Changes for Alpha
|
+ Changes for Alpha
|
||||||
|
|
||||||
Revision 1.34 1999/07/22 09:37:42 florian
|
Revision 1.34 1999/07/22 09:37:42 florian
|
||||||
|
@ -42,7 +42,7 @@ unit symtable;
|
|||||||
,m68k
|
,m68k
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef alpha}
|
{$ifdef alpha}
|
||||||
,procbase
|
,cpubase
|
||||||
,cpuinfo
|
,cpuinfo
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
@ -2342,7 +2342,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.31 1999-08-01 23:04:50 michael
|
Revision 1.32 1999-08-01 23:09:27 michael
|
||||||
|
* procbase -> cpubase
|
||||||
|
|
||||||
|
Revision 1.31 1999/08/01 23:04:50 michael
|
||||||
+ Changes for Alpha
|
+ Changes for Alpha
|
||||||
|
|
||||||
Revision 1.30 1999/07/24 00:13:26 peter
|
Revision 1.30 1999/07/24 00:13:26 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user