mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 23:10:25 +02:00
+ added support for spac assembler reader
This commit is contained in:
parent
64b0a0eadf
commit
82f816233d
@ -212,6 +212,9 @@ uses
|
|||||||
{$ifdef arm}
|
{$ifdef arm}
|
||||||
,raarmgas
|
,raarmgas
|
||||||
{$endif arm}
|
{$endif arm}
|
||||||
|
{$ifdef SPARC}
|
||||||
|
,racpugas
|
||||||
|
{$endif SPARC}
|
||||||
;
|
;
|
||||||
|
|
||||||
function Compile(const cmd:string):longint;
|
function Compile(const cmd:string):longint;
|
||||||
@ -420,7 +423,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.42 2003-11-17 23:23:47 florian
|
Revision 1.43 2003-12-04 10:46:19 mazen
|
||||||
|
+ added support for spac assembler reader
|
||||||
|
|
||||||
|
Revision 1.42 2003/11/17 23:23:47 florian
|
||||||
+ first part of arm assembler reader
|
+ first part of arm assembler reader
|
||||||
|
|
||||||
Revision 1.41 2003/11/12 16:05:39 florian
|
Revision 1.41 2003/11/12 16:05:39 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user