mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
* Fix compilation of sparc/cpuelf unit
git-svn-id: trunk@22209 -
This commit is contained in:
parent
c529356693
commit
926d39e604
@ -71,7 +71,7 @@ implementation
|
|||||||
TElfAssemblerSparc
|
TElfAssemblerSparc
|
||||||
****************************************************************************}
|
****************************************************************************}
|
||||||
|
|
||||||
constructor TElfAssembleri386.create(smart:boolean);
|
constructor TElfAssemblerSparc.create(smart:boolean);
|
||||||
begin
|
begin
|
||||||
inherited Create(smart);
|
inherited Create(smart);
|
||||||
CObjOutput:=TElfObjOutputSparc;
|
CObjOutput:=TElfObjOutputSparc;
|
||||||
@ -89,7 +89,8 @@ implementation
|
|||||||
idtxt : 'ELF';
|
idtxt : 'ELF';
|
||||||
asmbin : '';
|
asmbin : '';
|
||||||
asmcmd : '';
|
asmcmd : '';
|
||||||
supported_targets : [];
|
supported_targets : [system_sparc_linux, system_sparc_solaris,
|
||||||
|
system_sparc_embedded];
|
||||||
// flags : [af_outputbinary,af_smartlink_sections];
|
// flags : [af_outputbinary,af_smartlink_sections];
|
||||||
flags : [af_outputbinary,af_supports_dwarf];
|
flags : [af_outputbinary,af_supports_dwarf];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
|
Loading…
Reference in New Issue
Block a user