Jonas Maebe
|
4686f61002
* keep track of the temp position separately from the offset in references,
|
vor 7 Jahren |
florian
|
0baf3f69d8
* modified patch of Sergey Shishmintzev: add a __text_start symbol if an external linker is used, resolves #26190
|
vor 7 Jahren |
Károly Balogh
|
e6aed467b5
renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin
|
vor 7 Jahren |
florian
|
b1dff29cbf
* removed unused units
|
vor 8 Jahren |
florian
|
0897bd154a
+ align(<int64>,<int64>) and align(<qword>,<qword>), resolves an issue reported on the mailing list with large records
|
vor 8 Jahren |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
vor 8 Jahren |
svenbarth
|
2808be3e20
+ add and use sysinit unit for Win64 (only one since we don't support cygwin and gprof there)
|
vor 9 Jahren |
Jonas Maebe
|
aa1be3276f
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
vor 9 Jahren |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
vor 9 Jahren |
pierre
|
fba50767b3
Add SUPPORT_OMF conditional to be able to test OMF for win32/win64 targets, not working for now
|
vor 9 Jahren |
svenbarth
|
adbef4fc84
New export option that enforces the use of the provided export name instead of using the name of the provided symbol. This is necessary to correctly handle overloaded functions, especially if one of them is an internproc one.
|
vor 9 Jahren |
svenbarth
|
716b3082e9
Merged revision(s) 28792 from branches/svenbarth/packages:
|
vor 9 Jahren |
svenbarth
|
3b71841a84
Merged revision(s) 28691, 31914 from branches/svenbarth/packages:
|
vor 9 Jahren |
yury
|
432248cbf1
* Removed lot of unused vars.
|
vor 10 Jahren |
Jonas Maebe
|
0d74e4f719
* changed paratargetdbg from a global variable into a field of toption
|
vor 10 Jahren |
nickysn
|
d4a4b9a57b
* refactored the internal linker ar object reader object creation to allow using
|
vor 10 Jahren |
nickysn
|
d204aaab72
* refactored "ar" object writer creation in the internal assembler to allow
|
vor 10 Jahren |
florian
|
2c5a0ffc89
* make windres the default resource compiler on x86_64-win64
|
vor 11 Jahren |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
vor 11 Jahren |
sergei
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
vor 12 Jahren |
marco
|
09e742f243
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
|
vor 12 Jahren |
sergei
|
73030ddb57
+ Support smart-linked .rdata section with external linker for Windows targets after r23025.
|
vor 12 Jahren |
sergei
|
1a25aed68d
* Renamed a method for consistency (let script building methods start with ScriptAdd).
|
vor 13 Jahren |
sergei
|
346fbef445
* Factored a common linker script building block into separate method.
|
vor 13 Jahren |
sergei
|
6571b4d140
* Factored code to create internal link script for debug sections into a separate procedure.
|
vor 13 Jahren |
Jonas Maebe
|
c27f9da1b2
* always surround ld link.res SEARCH_DIR() arguments with double quotes,
|
vor 13 Jahren |
Jonas Maebe
|
0841ee6e4f
* GNU ld only supports double quotes in its response file -> requote there
|
vor 13 Jahren |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
vor 13 Jahren |
florian
|
d7f7a9bb76
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
|
vor 14 Jahren |
pierre
|
841b3e4179
TImportLibWin.generateimportlib method:
|
vor 14 Jahren |