소스 검색

+ define psabieh to enable dwarf based exception handling

git-svn-id: branches/debug_eh@41288 -
florian 6 년 전
부모
커밋
501b384b17
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      compiler/systems/i_linux.pas

+ 5 - 1
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';