From a9220ffd2a75f892ba541db40082061a22170c6c Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 11 Apr 2012 18:05:31 +0000 Subject: [PATCH] + systems_dotted_function_names set that holds targets using dotted function names as function descriptors git-svn-id: trunk@20828 - --- compiler/systems.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/systems.pas b/compiler/systems.pas index dd38b7ad11..9d325926f0 100644 --- a/compiler/systems.pas +++ b/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