mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 13:49:11 +02:00
+ systems_dotted_function_names set that holds targets using dotted function
names as function descriptors git-svn-id: trunk@20828 -
This commit is contained in:
parent
8a35bb090a
commit
a9220ffd2a
@ -259,6 +259,9 @@ interface
|
|||||||
{ all systems that allow section directive }
|
{ all systems that allow section directive }
|
||||||
systems_allow_section = systems_embedded;
|
systems_allow_section = systems_embedded;
|
||||||
|
|
||||||
|
{ systems that uses dotted function names as descriptors }
|
||||||
|
systems_dotted_function_names = [system_powerpc64_linux]+systems_aix;
|
||||||
|
|
||||||
systems_allow_section_no_semicolon = systems_allow_section
|
systems_allow_section_no_semicolon = systems_allow_section
|
||||||
{$ifndef DISABLE_TLS_DIRECTORY}
|
{$ifndef DISABLE_TLS_DIRECTORY}
|
||||||
+ systems_windows
|
+ systems_windows
|
||||||
|
Loading…
Reference in New Issue
Block a user