mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 13:49:30 +02:00
* set FunctionRelative to false for Mach-O so -gl works again
for stabs git-svn-id: trunk@10202 -
This commit is contained in:
parent
fee257ba81
commit
4b82b9b50e
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user