Browse Source

* darwin/i386 doesn't use function-relative addresses for stabs

git-svn-id: trunk@2822 -
Jonas Maebe 19 năm trước cách đây
mục cha
commit
1578af214a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

@@ -458,7 +458,7 @@ unit i_bsd;
             system       : system_i386_darwin;
             name         : 'Darwin for i386';
             shortname    : 'Darwin';
-            flags        : [tf_p_ext_support,tf_files_case_sensitive,tf_use_function_relative_addresses];
+            flags        : [tf_p_ext_support,tf_files_case_sensitive];
             cpu          : cpu_i386;
             unit_env     : 'BSDUNITS';
             extradefines : 'UNIX;BSD;HASUNIX';