From 501b384b1753d07bf4aed8b83b33c4fa8cd2960b Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 10 Feb 2019 18:01:11 +0000 Subject: [PATCH] + define psabieh to enable dwarf based exception handling git-svn-id: branches/debug_eh@41288 - --- compiler/systems/i_linux.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/systems/i_linux.pas b/compiler/systems/i_linux.pas index fb34da7644..3befefc92d 100644 --- a/compiler/systems/i_linux.pas +++ b/compiler/systems/i_linux.pas @@ -40,7 +40,11 @@ unit i_linux; {$endif tls_threadvars} tf_needs_symbol_type,tf_files_case_sensitive, tf_needs_dwarf_cfi,tf_has_winlike_resources, - tf_safecall_exceptions, tf_safecall_clearstack]; + tf_safecall_exceptions, tf_safecall_clearstack +{$ifdef psabieh} + ,tf_use_psabieh +{$endif psabieh} + ]; cpu : cpu_i386; unit_env : 'LINUXUNITS'; extradefines : 'UNIX;HASUNIX';