mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 08:09:28 +02:00
+ ignore rtti syms in dwarf
git-svn-id: trunk@2368 -
This commit is contained in:
parent
3fad2d3c72
commit
2b059f925f
@ -1331,6 +1331,9 @@ implementation
|
|||||||
enumsym :
|
enumsym :
|
||||||
{ ignore enum syms, they are written by the owner }
|
{ ignore enum syms, they are written by the owner }
|
||||||
;
|
;
|
||||||
|
rttisym :
|
||||||
|
{ ignore rtti syms, they are only of internal use }
|
||||||
|
;
|
||||||
else
|
else
|
||||||
internalerror(200601242);
|
internalerror(200601242);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user