Jonas Maebe
|
aa1be3276f
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
9 vuotta sitten |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
9 vuotta sitten |
pierre
|
fba50767b3
Add SUPPORT_OMF conditional to be able to test OMF for win32/win64 targets, not working for now
|
9 vuotta sitten |
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.
|
9 vuotta sitten |
svenbarth
|
716b3082e9
Merged revision(s) 28792 from branches/svenbarth/packages:
|
9 vuotta sitten |
svenbarth
|
3b71841a84
Merged revision(s) 28691, 31914 from branches/svenbarth/packages:
|
9 vuotta sitten |
yury
|
432248cbf1
* Removed lot of unused vars.
|
10 vuotta sitten |
Jonas Maebe
|
0d74e4f719
* changed paratargetdbg from a global variable into a field of toption
|
10 vuotta sitten |
nickysn
|
d4a4b9a57b
* refactored the internal linker ar object reader object creation to allow using
|
10 vuotta sitten |
nickysn
|
d204aaab72
* refactored "ar" object writer creation in the internal assembler to allow
|
10 vuotta sitten |
florian
|
2c5a0ffc89
* make windres the default resource compiler on x86_64-win64
|
11 vuotta sitten |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
11 vuotta sitten |
sergei
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 vuotta sitten |
marco
|
09e742f243
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
|
12 vuotta sitten |
sergei
|
73030ddb57
+ Support smart-linked .rdata section with external linker for Windows targets after r23025.
|
12 vuotta sitten |
sergei
|
1a25aed68d
* Renamed a method for consistency (let script building methods start with ScriptAdd).
|
13 vuotta sitten |
sergei
|
346fbef445
* Factored a common linker script building block into separate method.
|
13 vuotta sitten |
sergei
|
6571b4d140
* Factored code to create internal link script for debug sections into a separate procedure.
|
13 vuotta sitten |
Jonas Maebe
|
c27f9da1b2
* always surround ld link.res SEARCH_DIR() arguments with double quotes,
|
13 vuotta sitten |
Jonas Maebe
|
0841ee6e4f
* GNU ld only supports double quotes in its response file -> requote there
|
13 vuotta sitten |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
13 vuotta sitten |
florian
|
d7f7a9bb76
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
|
14 vuotta sitten |
pierre
|
841b3e4179
TImportLibWin.generateimportlib method:
|
14 vuotta sitten |
sergei
|
6280ee2eed
* Changed attributes of .pdata section so it is smart-linkable on x86_64.
|
14 vuotta sitten |
pierre
|
d1a6ef9cd9
* Restrict use of postw32 external utility to
|
14 vuotta sitten |
pierre
|
c611c91cef
Provide _tls_index in script
|
14 vuotta sitten |
pierre
|
0227fbad7d
* Fix some internal linker script lines
|
14 vuotta sitten |
pierre
|
446c128e71
* Double LONG (-1) and LONG (0) for x86_64 linker script
|
14 vuotta sitten |
pierre
|
239944f8d0
+ Use DLL name in assembler labels used to import DLL functions/variables
|
14 vuotta sitten |
pierre
|
1a9f4ba314
* Improve ogbase linker script support, add warnings for unknown entries
|
14 vuotta sitten |