mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:05:57 +02:00
* handle i386/x86_64 solaris pic as for linux
git-svn-id: trunk@14388 -
This commit is contained in:
parent
f7b75f4ecb
commit
617e1b9b10
@ -154,7 +154,7 @@ begin
|
|||||||
current_asmdata.asmlists[al_procedures].concat(Tai_symbol.Createname_global(hp2.name^,AT_FUNCTION,0));
|
current_asmdata.asmlists[al_procedures].concat(Tai_symbol.Createname_global(hp2.name^,AT_FUNCTION,0));
|
||||||
if (cs_create_pic in current_settings.moduleswitches) and
|
if (cs_create_pic in current_settings.moduleswitches) and
|
||||||
{ other targets need to be checked how it works }
|
{ other targets need to be checked how it works }
|
||||||
(target_info.system in [system_i386_freebsd,system_x86_64_freebsd,system_x86_64_linux,system_i386_linux]) then
|
(target_info.system in [system_i386_freebsd,system_x86_64_freebsd,system_x86_64_linux,system_i386_linux,system_x86_64_solaris,system_i386_solaris]) then
|
||||||
begin
|
begin
|
||||||
{$ifdef x86}
|
{$ifdef x86}
|
||||||
sym:=current_asmdata.RefAsmSymbol(pd.mangledname);
|
sym:=current_asmdata.RefAsmSymbol(pd.mangledname);
|
||||||
|
Loading…
Reference in New Issue
Block a user