mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:49:40 +02:00
- removed a sanity check for the output of nm, because it doesn't hold
on Darwin in some cases: it sometimes has a "symbol" with the name " stub helpers" (including the leading space) git-svn-id: trunk@20502 -
This commit is contained in:
parent
34df763ab1
commit
d95d0e588d
@ -312,9 +312,6 @@ const
|
||||
{ make sure there's room for the name }
|
||||
if failiferror(fsymnamepos>length(line)) then
|
||||
exit;
|
||||
{ and that we're not in the middle of some other column }
|
||||
if failiferror(pos(' ',copy(line,fsymnamepos,length(line)))>0) then
|
||||
exit;
|
||||
result:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user