yury
|
16e19aaef3
* Some cleanup.
|
16 年之前 |
yury
|
9c9462cd5a
* Insert DW_AT_low_pc and DW_AT_high_pc attributes for modules on Windows also. It solves debugging problems on Windows with dwarf debug info.
|
16 年之前 |
yury
|
9acecc0863
* Do not switch to external assembler if dwarf debug info is used.
|
16 年之前 |
yury
|
b1427bad2e
* Fixed internal assembler writer to handle offset calculations with forward symbols involved. Internal assembler can handle dwarf debug info now.
|
16 年之前 |
yury
|
99917e034d
* Fixed visibility notes of some overrode methods.
|
16 年之前 |
yury
|
2b3a54cec0
* Allow usage of internal linker when dwarf debug info is used.
|
16 年之前 |
yury
|
9d78ca3f19
* RELOC_SECREL32 must be relative to EXE section, not to object file section.
|
16 年之前 |
yury
|
50060dfd52
* Do not assume sizeof(pint) section alignment if no alignment is specified for the section.
|
16 年之前 |
marco
|
6f1f21c432
* optbase empty skeleton removed with two dependancies. Duplicate unit name caused problems.
|
16 年之前 |
joost
|
ce55400037
* Call UpdateServiceIndexDefs before Execute, to avoid problems with databases which do not allow processing multiple recordsets at a time (MS SQL, bug #13241)
|
16 年之前 |
joost
|
8babc4920c
* Fix for streaming TSQLQuery.SQL and TSQLTransaction.Params
|
16 年之前 |
yury
|
070fa422b5
* Partially reverted r12648. PE flags should be set in main PE header (and it is done already). LoaderFlags in optional header are obsolete.
|
16 年之前 |
Jonas Maebe
|
9ab6e355a3
* Miscellaneous is with two l's...
|
16 年之前 |
Jonas Maebe
|
2706eeafcf
* comment change: Playthingies -> Miscelaneous
|
16 年之前 |
Jonas Maebe
|
9344484ea7
* allocregbetween has to update the "initialregs" parameter, because it
|
16 年之前 |
Jonas Maebe
|
445c842db3
* made ifthen() declaration in strutils Delphi-compatible (removed overloads
|
16 年之前 |
yury
|
4da38a7723
* API records are not packed on wince. Bug #13614.
|
16 年之前 |
yury
|
57e49c4bb9
* Fixed AV in SysErrorMessage() when there is no message string corresponding to a error code. Bug #13617.
|
16 年之前 |
yury
|
f59d1b1b0b
* Added UnicodeString helpers to widestring manager for wince. Bug #13057.
|
16 年之前 |
micha
|
c9bea201ce
* heaptrace: fix calculation of expected free heap
|
16 年之前 |
Jonas Maebe
|
5a09f58526
* only allow implicit type conversions from dynamic arrays to voidpointer
|
16 年之前 |
yury
|
80fe51380d
* Removed unused private fields TThread.FMethod and TThread.FSynchronizeException.
|
16 年之前 |
Jonas Maebe
|
f6d452c2c0
* remove the RTL's installed signal handlers at the end of the system
|
16 年之前 |
Jonas Maebe
|
dcb1046b98
* moved core logic from fpc_shortstr_enum into a separate function, so
|
16 年之前 |
Jonas Maebe
|
d89eedf38d
* support varbyref and vararray (the latter if convertable to a single
|
16 年之前 |
Jonas Maebe
|
99a02a93ca
* also consider the search attributes for findfirst if the name does
|
16 年之前 |
Jonas Maebe
|
dd55947b4b
- disabled jump tables for x86_64, because they cause various kinds of
|
16 年之前 |
Jonas Maebe
|
5db78d185f
* disable fpu test for all softfpu platforms, not only for WinCE
|
16 年之前 |
Jonas Maebe
|
fe65ee6058
+ darwin/arm support for fcl-res and fpcres
|
16 年之前 |
Jonas Maebe
|
7885f6c892
* give a generic "type mismatch" error if copy() is called with less than
|
16 年之前 |