mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:49:30 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() pkgutil.pas, createimportlibfromexternals: * findpackagewithsym: ignore other (weak) external symbols ........ pkgutil.pas, createimportlibfromexternals: * import_proc_symbol: at least import the mangled name if there is no alias available ........ pkgutil.pas: * exportabstractrecordsymproc & insert_export: don't try to export a typedef if it doesn't belong to the current symtable, happens for cross unit type aliases ........ psub.pas: * read_proc: extract the code that creates an import library entry into its own function import_external_proc so that the same code can be used from other locations as well ........ Correctly handle external functions that are used from other units. pkgutil.pas, createimportlibfromexternals: * processasmsyms: also check the import name when checking for duplicates (just for safety, the cache check should have caught these already) * processimportedsyms: if we have a routine imported from a library of whihc the symbol resides in a unit loaded from a package we need to import the routine ourselves instead of trying to import it from the package; also add an entry in the cache to speed up finding it again in processasmsyms() ........ git-svn-id: trunk@33519 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |