mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* code symbols start with a dot on AIX just like on linux/ppc64
git-svn-id: trunk@20813 -
This commit is contained in:
parent
44bd889b9b
commit
909f99b4c7
@ -305,7 +305,7 @@ const
|
||||
{ on Linux/ppc64, there is an extra '.' at the start
|
||||
of public function names
|
||||
}
|
||||
if (target_info.system=system_powerpc64_linux) then
|
||||
if (target_info.system in ([system_powerpc64_linux]+systems_aix)) then
|
||||
inc(fsymnamepos);
|
||||
if failiferror(fsymtypepos<=0) then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user