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

for stabs

git-svn-id: trunk@10202 -
This commit is contained in:
Jonas Maebe 2008-02-04 10:45:35 +00:00
parent fee257ba81
commit 4b82b9b50e

View File

@ -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));