mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:20:15 +02:00
+ also write the functype of imported functions in the linker map file
This commit is contained in:
parent
52f0ec579e
commit
da8ccd64ef
@ -4108,7 +4108,7 @@ implementation
|
||||
end;
|
||||
newdll:=True;
|
||||
if assigned(exemap) then
|
||||
exemap.Add(' Importing Function ' + ImportSymbol.Name);
|
||||
exemap.Add(' Importing Function ' + ImportSymbol.Name + TWasmObjSymbol(exesym.ObjSymbol).LinkingData.FuncType.ToString);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user