mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 14:07:49 +01:00
rtl/inc/system.inc: + new variables that hold pointers to the tables + new procedure SetupEntryInformation() that should be used in the entry points of indirect entry targets to setup cross target fields + for direct entry targets the two resource string tables are imported here and supplied as initialization to the table pointers objpas/objpas.pp: * adjust table declarations so that the pointers provided from the System unit are used * adjust usages of the tables as they are now pointers win32/system.pp: * Exe_Entry: use SetupEntryInformation() win/syswin.inc: * Dll_Entry: use SetupEntryInformation() git-svn-id: trunk@33028 - |
||
|---|---|---|
| .. | ||
| buildrtl.lpi | ||
| buildrtl.pp | ||
| classes.pp | ||
| initc.pp | ||
| Makefile | ||
| Makefile.fpc | ||
| objinc.inc | ||
| rtldefs.inc | ||
| seh32.inc | ||
| signals.pp | ||
| sysinit.inc | ||
| sysinitcyg.pp | ||
| sysinitgprof.pp | ||
| sysinitpas.pp | ||
| system.pp | ||
| windows.pp | ||
| winsysut.pp | ||