فهرست منبع

* always use the regular secnames for darwin currently

git-svn-id: trunk@1937 -
Jonas Maebe 19 سال پیش
والد
کامیت
dac02c3032
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      compiler/aggas.pas

+ 2 - 1
compiler/aggas.pas

@@ -218,7 +218,8 @@ implementation
       var
         secname : string;
       begin
-        if cs_create_pic in aktmoduleswitches then
+        if (cs_create_pic in aktmoduleswitches) and
+           not(target_info.system in [system_powerpc_darwin,system_i386_darwin]) then
           secname:=secnames_pic[atype]
         else
           secname:=secnames[atype];