svenbarth
|
f69b365b77
* declare various symbols as external assembler symbols: RTTI references, parent VMT, FPC_EMPTYMETHOD (all three only if it's used from a different unit), threadvar lists and symbols declared as "external"
|
преди 9 години |
svenbarth
|
bb72c1c4df
* declare various assembler symbols (VMT, RTTI, threadvars) as public assembler symbols
|
преди 9 години |
svenbarth
|
5bb121e91c
Add a mechanism to keep track of assembler symbols that either publicly provided by a unit or used by a unit and that are not really baked by a Pascal symbol (e.g. public function aliases, RTTI & VMT symbol).
|
преди 9 години |
svenbarth
|
f18e6cec0b
* correctly enumerate the fields of the TVMT record after the previous extension of it (GetvParent and vParent are two new symbols and TVMT does not only contain fieldvarsyms now) so that the VMT def can be correctly generated
|
преди 9 години |
svenbarth
|
685f820622
* switch class'/object's parent reference in the VMT to an indirect reference
|
преди 9 години |
svenbarth
|
dc21bc842a
* also generate an indirect symbol for the VMT
|
преди 9 години |
Jeppe Johansen
|
6a1c1e4f29
Added support for NRF52832 controllers.
|
преди 9 години |
michael
|
298a3ba63d
* Patch from Mattias Gaertner to make implicitly used units configurable
|
преди 9 години |
pierre
|
e9a1ed9446
Add fpwidestring and unicodeducet units for go32v2 tests related to unicode support
|
преди 9 години |
pierre
|
7ff12e144f
Fix IgnoreCase error in CompareUnicodeString function
|
преди 9 години |
pierre
|
e05d417183
Change rules to be able to cross-compile on win32, using old GNU make 3.82
|
преди 9 години |
Jonas Maebe
|
a0efde8167
* automatically generate necessary indirect symbols when a new assembler
|
преди 9 години |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
преди 9 години |
Jonas Maebe
|
53ace5b489
- removed disabled exportlib override code
|
преди 9 години |
Jonas Maebe
|
8d77de6b22
- removed InsertPData leftover from ARM copy of this file
|
преди 9 години |
Jonas Maebe
|
60fe7c2888
- removed unused section_symbol_start/end() routines
|
преди 9 години |
Károly Balogh
|
9252bf4d64
fixed typo in r34157, which broke PowerPC builds
|
преди 9 години |
pierre
|
b3f1596a1d
Also output parameters of called program when calling Terminate, useful when using emulator, to know which test does not finish
|
преди 9 години |
Jonas Maebe
|
84129857c2
* converted tobjcrttiwriter_fragile.gen_objc_info_sections to the high level
|
преди 9 години |
Jonas Maebe
|
6d54dd7154
+ added missing symcpu unit (although it is used by other units, and hence
|
преди 9 години |
Jonas Maebe
|
6c5de5127c
* fixed compilation with range checking enabled after r34139
|
преди 9 години |
Jonas Maebe
|
974c2363c0
- removed tdataconstnode, as it is no longer used and is not type safe.
|
преди 9 години |
Jonas Maebe
|
adef9340e6
* converted metadata generation for variant dispatch to high level typed
|
преди 9 години |
Jonas Maebe
|
8fea7344c9
* added an extra parameter to ttai_typedconstbuilder.emit_pchar_const() to
|
преди 9 години |
Jonas Maebe
|
68cbbe677a
* fixed type information for C-block typed constants (fixes
|
преди 9 години |
Jonas Maebe
|
017d4edbbb
* fixed memory typecast of complex procdef to simple procvar: left.resultdef
|
преди 9 години |
Jonas Maebe
|
3177199d94
* changed all debug info labels from AT_DATA to AT_METADATA
|
преди 9 години |
Jonas Maebe
|
5ac99f62e9
+ AT_METADATA symbol type for data that is unrelated to the program
|
преди 9 години |
pierre
|
d4945f4fd0
Avoid range check error for Win64 by correcting type of parameters for GetModuleFileNameA WinAPI function
|
преди 9 години |
pierre
|
d1a610a2fc
Avoid range check error on win64 target in comparison of THandle to -1
|
преди 9 години |