Explorar o código

+ systems_dotted_function_names set that holds targets using dotted function
names as function descriptors

git-svn-id: trunk@20828 -

Jonas Maebe %!s(int64=13) %!d(string=hai) anos
pai
achega
a9220ffd2a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/systems.pas

+ 3 - 0
compiler/systems.pas

@@ -259,6 +259,9 @@ interface
        { all systems that allow section directive }
        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
 {$ifndef DISABLE_TLS_DIRECTORY}
        + systems_windows