Browse Source

* set FunctionRelative to false for Mach-O so -gl works again
for stabs

git-svn-id: trunk@10202 -

Jonas Maebe 17 years ago
parent
commit
4b82b9b50e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/exeinfo.pp

+ 1 - 0
rtl/inc/exeinfo.pp

@@ -831,6 +831,7 @@ var
    mh:MachoHeader;
 begin
   OpenMachO32PPC:= false;
+  E.FunctionRelative:=false;
   if e.size<sizeof(mh) then
     exit;
   blockread (e.f, mh, sizeof(mh));